David Kahn
2010-Dec-06 02:36 UTC
Rspec: `should'': uninitialized constant RSpec::Expectations (NameError)
Hi all, tried posting this to rspec group but w/o success so hope someone on
this list might be able to help me out as am kind of stuck:
Can anyone tell me why I am getting this error trying to ''rake
spec'':
''kernel.rb:27:in `should'': uninitialized constant
RSpec::Expectations
(NameError)''.
Can''t seem to find a useful reference online to solve. This project I
was
working on a few months ago and got put aside, meanwhile I rebuilt my mac.
So something is off but not sure what.
Using rvm, Rails 3.0.3, Ruby 1.9.2, my gemfile.lock installs fine and shows
the following for rspec. I actually deleted my rvm gemset and re-installed
the bundle just in case but same error.
Gemfile.lock
rspec (2.2.0)
rspec-core (~> 2.2)
rspec-expectations (~> 2.2)
rspec-mocks (~> 2.2)
rspec-core (2.2.1)
rspec-expectations (2.2.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.2.0)
rspec-rails (2.2.1)
actionpack (~> 3.0)
activesupport (~> 3.0)
railties (~> 3.0)
rspec (~> 2.2.0)
Gemfile:
group :development, :test do
gem ''ruby-debug19''
gem ''cucumber-rails''
gem ''cucumber'', ''>=0.8.5''
gem ''capybara''
gem ''rspec-rails''
gem ''factory_girl_rails''
gem ''webrat'', ''>=0.4.3''
gem ''heroku''
gem ''database_cleaner''
end
Thanks,
David
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
Apparently Analagous Threads
- DEPRECATION WARNING: Passing a template handler in the template name is deprecated. (rspec + haml)
- Cucumber/RSpec ::: Capybara? Webrat What am I using??
- Bootstrap 3.1.1 is showing as BS 2...
- Setting cache_classes to false results in blank pages
- ruby-debug19 error undefined symbol: ruby_current_thread
