Trying to set up a Rails 3 project with RSpec and Autotest. I followed
these steps exactly:
But when I start up autotest, I get:
$ autotest
loading autotest/rails
style: Rails
instead of:
$ autotest
loading autotest/rails_rspec2
style: RailsRspec2
And autotest doesn’t seem to do anything. Any idea what’s happening?
I’m using Ruby 1.9.2-head in rvm. Relevant gems:
autotest (4.2.9)
autotest-rails (4.1.0)
rspec (2.0.0.beta.6)
rspec-core (2.0.0.beta.6)
rspec-expectations (2.0.0.beta.6)
rspec-mocks (2.0.0.beta.6)
rspec-rails (2.0.0.beta.6)
ZenTest (4.3.1)
Thanks a lot for any help.
Mark