My rails project has a lot of specs.   Most of these run quickly.  There are
a handful of files, like spec/model/slow_spec1.rb and
spec/model/slow_spec2.rb that run slowly because they have to do various
slow operations like using a timer.  

I would like to write a rake task, like rake:spec:fast, that runs only the
fast specs.  Any ideas of how to do this?


-- 
View this message in context: 
http://www.nabble.com/running-a-fast-subset-of-the-specs-tp25154030p25154030.html
Sent from the rspec-users mailing list archive at Nabble.com.

_______________________________________________
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to