mockra

Minitest with Rails - 05 Aug 2012


I’ve been using Minitest in a small project I’ve been working on lately. I really like the assert syntax and feel it’s a lot cleaner than spec. Here’s my test_helper.rb file, as well as an example controller test.

Right now I’m using Miniskirt for my factories and I can’t say I’m missing any of the FactoryGirl features that aren’t included in Miniskirt. I’m also using Capybara for integration testing, as well as Turn for test output.