Skip to content

Instantly share code, notes, and snippets.

@mculp
Created May 4, 2011 20:07
Show Gist options
  • Save mculp/955930 to your computer and use it in GitHub Desktop.
Save mculp/955930 to your computer and use it in GitHub Desktop.
matthew$ bundle exec rspec spec/models/search_spec.rb
/Library/Ruby/Gems/1.8/gems/bundler-1.0.12/lib/bundler/shared_helpers.rb:107:in `gem': rspec-core is not part of the bundle. Add it to Gemfile. (Gem::LoadError)
from /usr/bin/rspec:18
matthew$ bundle exec rspec spec/models/search_spec.rb
Could not find gem 'rspec-core (= 1.3.4, runtime)' in any of the gem sources listed in your Gemfile.
matthew$ bundle exec rspec spec/models/search_spec.rb
/Library/Ruby/Gems/1.8/gems/rspec-core-2.0.1/lib/rspec/core.rb:78:in `require': no such file to load -- rspec/expectations (LoadError)
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.0.1/lib/rspec/core.rb:78
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.0.1/lib/rspec/autorun.rb:1:in `require'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.0.1/lib/rspec/autorun.rb:1
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.0.1/bin/rspec:2:in `require'
from /Library/Ruby/Gems/1.8/gems/rspec-core-2.0.1/bin/rspec:2
from /usr/bin/rspec:19:in `load'
from /usr/bin/rspec:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment