Skip to content

Instantly share code, notes, and snippets.

Created May 3, 2015 19:14
Show Gist options
  • Save anonymous/ead3482e93f69c8f1191 to your computer and use it in GitHub Desktop.
Save anonymous/ead3482e93f69c8f1191 to your computer and use it in GitHub Desktop.
rspec
AFTER TYPING "gem install rspec"
================================
Fetching: rspec-3.2.0.gem (100%)
Successfully installed rspec-3.2.0
Parsing documentation for rspec-3.2.0
Installing ri documentation for rspec-3.2.0
Done installing documentation for rspec after 0 seconds
1 gem installed
AFTER TYPING "rspec -v"
========================
/usr/local/lib/ruby/2.2.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'rspec-core' (>= 0) among 66 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/usr/local/rvm/gems/ruby-2.2.1:/usr/local/rvm/gems/ruby-2.2.1@global', execute `gem env` for more information
from /usr/local/lib/ruby/2.2.0/rubygems/dependency.rb:324:in `to_spec'
from /usr/local/lib/ruby/2.2.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
from /usr/local/bin/rspec:22:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment