Minitest on Rails.

A blog on best testing your Ruby on Rails apps with Minitest.

Cover Image for Grouping contexts with Minitest

Context blocks are a useful RSpec feature for grouping related tests, so how do we accomplish that in Minitest?

Dwight Watson
Dwight Watson

More Stories

Cover Image for GitHub Actions with more than 2 cores

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
Dwight Watson
Cover Image for Appreciating Rails test scaffolds

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
Dwight Watson
Cover Image for Why Minitest

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
Dwight Watson