On Sat, Dec 1, 2012 at 9:29 AM, Frederick Cheung <[email protected]> wrote: > Rails doesn't use rspec. It uses minitest (which is what test::unit is > on 1.9). I don't think it has an equivalent fail fast option although > there do appear to be some monkey patches floating around
What has what Rails uses to do with what you use personally? Are you saying that because Rails uses Minitest I/(s)he/they/we can't use RSpec, because all my Rails projects would like to have a word with you if that's the case. Side note: Test::Unit is Minitest in 1.9. In 1.8 is when they /actually/ use Test::Unit (though I don't know if that is the case with later versions of 1.8 since I took out about 1.8 something) That said, if Minitest doesn't have a FF option then use http://rubygems.org/gems/plymouth and I believe you'll be able to throw out the `wtf?!?!?!?!?!!?` command right away and get the full context around the last exception that happened and even run the REPL to see how and why it happened. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

