[rspec-users] RSpec makes me want to write better code
Fernando Perez
lists at ruby-forum.com
Tue Mar 31 14:00:39 EDT 2009
> 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/.
More information about the rspec-users
mailing list