search for: railsrspec2

Displaying 2 results from an estimated 2 matches for "railsrspec2".

Did you mean: rails_rspec2
2010 Apr 15
11
Rails 3, Rspec 2, Autotest
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) rs...
2011 Feb 21
4
autotest with Growl not working
Hi I''m new and using Ruby on Rails 3 but when I run $ autotest nothing happens (I have growl installed). If I run $ rspec spec then I get the ''Finished in 0.07253 seconds seconds 2 example, 0 failures'' message I have the following gems installed for autotest (checked via $ gem list): autotest (4.3.2) autotest-fsevent (0.2.4, 0.2.2) autotest-growl (0.2.9, 0.2.4)