Question 1. I'm using Ruby 1.9.2, Rails 3.0.7 and I have RSpec and Autotest installed, but Autotest is not running my specs - it's running Unit:Test installed. How do I get it to run my Rspecs?
I tried this: (a) http://blog.davidchelimsky.net/2010/03/15/rspec-2-and-autotest/ Autotest.add_discovery { "rspec2" } #I also tried "rspec" (b) http://ph7spot.com/musings/getting-started-with-autotest running: bundle exec RSPEC=true autotest # get an error saying to run bundle install (so RSPEC=true gem is installed) Question 2. Can someone please recommend a Rails gem to use to show the red and green colors so it's easier to see pass/fails? Thank you!
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users