Re: [rspec-users] rspec and rspec-rails install hell - autotest

2008-09-24 Thread Fernando Perez
Thank you very much for ./script/autospec, it works perfectly now. -- Posted via http://www.ruby-forum.com/. ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] rspec and rspec-rails install hell - autotest

2008-09-23 Thread Matt Wynne
that's actually good - mine is broken an will only run specs. use script/autospec to run specs. now you can run both at once! On 23 Sep 2008, at 23:03, Fernando Perez wrote: I have one last problem. Now autotest only executes tests that sit in test/ folder, and doesn't seem to run the specs.