Deferring Tests with Test::Unit in Rails
To my mind, the only thing missing from Test::Unit is an easy way to defer tests. So, here’s a quick and dirty way to defer tests in your Rails app without loading up test/spec or RSpec or what have you.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
To my mind, the only thing missing from Test::Unit is an easy way to defer tests. So, here’s a quick and dirty way to defer tests in your Rails app without loading up test/spec or RSpec or what have you.
Post a comment