Continuous Integration with Travis CI
Play
10:39 CC

Continuous Integration with Travis CI

#105 Nov 12, 2017 pro
Using Continuous Integration, you can perform tasks and run your tests automatically whenever you commit your code. Travis CI offers free Continuous Integration for open source projects.

Minitest and Test Driven Development
Play
23:58 CC

Minitest and Test Driven Development

#221 Dec 22, 2019 pro
We continue from Episode 220 and add additional features and write tests for existing code. We look at introduced bugs and how test driven development can help to not only fix the bugs, but strengthen our test suite.

Testing Stripe Payments
Play
17:12 CC

Testing Stripe Payments

#261 Sep 27, 2020 pro
Continuing from the previous episode, we add testing to the Stripe Payments without adding any additional dependencies.

Testing View Components
Play
9:51 CC

Testing View Components

#293 Apr 25, 2021 pro
View Components allow testing the rendered views much easier.

Setting Up and Testing OmniAuth
Play
14:08 CC

Setting Up and Testing OmniAuth

#222 Dec 29, 2019 pro
In this episode, we look at creating a Ruby on Rails application with OmniAuth as the authentication solution and write tests to ensure that it works properly.