Configure GitHub Actions to work with rspec-rails
The next release of Rails will ship with a CI template that will "work out of the box"... unless you're using RSpec.
Read MoreThe next release of Rails will ship with a CI template that will "work out of the box"... unless you're using RSpec.
Read MoreIn this tutorial I’m going to show you how to configure your Rails app to use RSpec and Capaybara. In addition, we will also install and configure Factory Bot Rails and Database Cleaner, since these Gems help with a better testing experience.
Read More