Is there a straight forward way yet to use "minitest/spec" (either what comes with Ruby 1.9.x or the Gem) with Rails 3? That is, can "minitest/spec" be used without having to monkey-patch anything, create some fragile hack, or use a plugin of... 続きを読む
Written by Gavin Morrice on November 6, 2011 So MiniTest has been receiving a lot of attention recently as being the testing framework for Ruby. Supporting TestUnit and Rspec syntax it appeals to both camps while also offering a much lighter,... 続きを読む
I just started a new Rails 3.1 project. I decided to use MiniTest::Spec for all my testing. I also wanted to use my typical testing tools: Capybara, Spork, etc. I didnt' find much support for MiniTest, and even less for MiniTest::Spec. Here’... 続きを読む