Minitest on Rails.
A blog on best testing your Ruby on Rails apps with Minitest.
Context blocks are a useful RSpec feature for grouping related tests, so how do we accomplish that in Minitest?
Dwight Watson
More Stories
GitHub Actions with more than 2 cores
Rails provides parallel testing out of the box but GitHub Actions only gives you 2 cores as standard.
Dwight Watson
Appreciating Rails test scaffolds
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Praesent elementum facilisis leo vel fringilla est ullamcorper eget. At imperdiet dui accumsan sit amet nulla facilities morbi tempus.
Dwight Watson
Why Minitest
For many Rails developers RSpec is the testing library. It’s the first gem installed on a new Rails app. However, it does seem like the pendulum is starting to swing the other way.
Dwight Watson