On Apr 17, 2010, at 9:42 AM, Tim Riendeau wrote: > I am having similar issue getting this working. I am running rails3.beta3 > with ruby 1.8.7. I followed http://gist.github.com/365816 and I get the > following: > > loading autotest/rails_rspec2 > Autotest style autotest/rails_rspec2 doesn't seem to exist. Aborting. > > I uninstalled and reinstalled the ZenTest & autotest gems with no luck. The > same thing occurs in other rails3 apps. > > Any help would be much appreciated
I just modified the gist slightly. It looks like rubygems won't find rspec-rails-2.0.0.beta.7 if we ask for ">= 2.0.0.beta". Anyhow, if I follow the setup in http://gist.github.com/365816, it works for me with ruby 1.8.7. > > --Tim > > On Apr 15, 2010, at 11:40 AM, Mark Pittillo wrote: > >> Trying to set up a Rails 3 project with RSpec and Autotest. I followed >> these steps exactly: >> >> http://gist.github.com/365816 >> >> 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 >> -- >> Posted via http://www.ruby-forum.com/. >> _______________________________________________ >> rspec-users mailing list >> rspec-users@rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users