Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rake aborted! uninitialized constant RSpec #8

Closed
salimane opened this issue Feb 6, 2014 · 1 comment · Fixed by #9
Closed

rake aborted! uninitialized constant RSpec #8

salimane opened this issue Feb 6, 2014 · 1 comment · Fixed by #9

Comments

@salimane
Copy link
Contributor

salimane commented Feb 6, 2014

[vagrant@vagrant ]$ bundle exec rake RAILS_ENV=test db:setup --trace
rake aborted!
uninitialized constant RSpec
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/i18n-spec-0.4.0/lib/i18n-spec/matchers/be_named_like_top_level_namespace_matcher.rb:1:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/i18n-spec-0.4.0/lib/i18n-spec.rb:8:in `block in <top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/i18n-spec-0.4.0/lib/i18n-spec.rb:8:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/i18n-spec-0.4.0/lib/i18n-spec.rb:8:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in `require'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/bundler-1.5.3/lib/bundler/runtime.rb:76:in `block (2 levels) in require'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/bundler-1.5.3/lib/bundler/runtime.rb:72:in `block in require'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `each'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/bundler-1.5.3/lib/bundler/runtime.rb:61:in `require'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/bundler-1.5.3/lib/bundler.rb:131:in `require'
/home/vagrant/src/project/config/application.rb:8:in `<top (required)>'
/home/vagrant/src/project/Rakefile:5:in `require'
/home/vagrant/src/project/Rakefile:5:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/rake_module.rb:25:in `load'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/rake_module.rb:25:in `load_rakefile'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/application.rb:637:in `raw_load_rakefile'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/application.rb:94:in `block in load_rakefile'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/application.rb:93:in `load_rakefile'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/application.rb:77:in `block in run'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/application.rb:165:in `standard_exception_handling'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/lib/rake/application.rb:75:in `run'
/usr/local/rvm/gems/ruby-1.9.3-p429/gems/rake-10.1.1/bin/rake:33:in `<top (required)>'
/usr/local/rvm/gems/ruby-1.9.3-p429/bin/rake:23:in `load'
/usr/local/rvm/gems/ruby-1.9.3-p429/bin/rake:23:in `<main>'
[vagrant@vagrant ]$
@salimane
Copy link
Contributor Author

salimane commented Feb 6, 2014

This has been fixed by #9

@tigrish tigrish closed this as completed in #9 Feb 7, 2014
tigrish added a commit that referenced this issue Feb 7, 2014
fix uninitialized constant RSpec when running rake RAILS_ENV=test db:setup, fix #8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant