> Or, conversely, autotest is awesome if you take the time to learn how to 
> use it:
> 
> http://blog.davidchelimsky.net/2008/3/5/limiting-scope-of-autotest

Well, I find it easier to simply type:

$ rake spec

Then depending on what failed I will from time to time run a single spec 
file:

$ spec spec/models/whatever.rb

-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to