Displaying 4 results from an estimated 4 matches for "rails_rspec2".
Did you mean:
rails_rspec
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-mock...
2011 Jan 14
2
Rspec autotest error
...ome/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/ZenTest-4.4.2/lib/
autotest.rb:304:in `initialize''
from /home/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.3.1/lib/
autotest/rspec2.rb:10:in `initialize''
from /home/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/rspec-rails-2.3.0/lib/
autotest/rails_rspec2.rb:31:in `initialize''
from /home/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/ZenTest-4.4.2/lib/
autotest.rb:236:in `new''
from /home/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/ZenTest-4.4.2/lib/
autotest.rb:236:in `run''
from /home/vadkant/.rvm/gems/ruby-1.9.2-p0/gems/ZenTest-4.4.2/b...
2010 Sep 22
1
Bundler picking up wrong version of Ruby with Rails 3 ( possible bundler bug )
Hello All,
I am developing a JRuby on Rails 3 application. Standard stuff.
I am facing problems getting autotest to run.
Here''s the trace:
% autotest
loading autotest/rails_rspec2
bundle exec
/Users/manish/Foo/Foo-Server/jruby-1.5.2/lib/ruby/gems/1.8/gems/rspec-core-2.0.0.beta.22/bin/rspec
''/Users/manish/Foo/Foo-Server/FooInsight/spec/controllers/users_controller_spec.rb''
''/Users/manish/Foo/Foo-Server/FooInsight/spec/helpers/home_helper_spec.rb'...
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)