Skip to content

Instantly share code, notes, and snippets.

@erebor
Created February 3, 2010 22:15
Show Gist options
  • Save erebor/294087 to your computer and use it in GitHub Desktop.
Save erebor/294087 to your computer and use it in GitHub Desktop.
Mini:~/cas(working)> rake test:units
(in /Users/rew/cas)
no such file to load -- rc_rest
/Users/rew/.rvm/rubies/ruby-1.8.6-p383/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'
/Users/rew/.rvm/rubies/ruby-1.8.6-p383/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'
/Users/rew/cas/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
/Users/rew/cas/vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'
/Users/rew/cas/vendor/rails/activesupport/lib/active_support/dependencies.rb:156:in `require'
/Users/rew/cas/vendor/gems/google-geocode-1.2.1/lib/google_geocode.rb:2
...
/Users/rew/.rvm/rubies/ruby-1.8.6-p383/bin/rake:22
Missing these required gems:
google-geocode
You're running:
ruby 1.8.6.383 at /Users/rew/.rvm/rubies/ruby-1.8.6-p383/bin/ruby
rubygems 1.3.5 at /Users/rew/.rvm/gems/ruby-1.8.6-p383, /Users/rew/.rvm/gems/ruby-1.8.6-p383%global
Run `rake gems:install` to install the missing gems.
Mini:~/cas(working)> ack rc_rest
vendor/gems/google-geocode-1.2.1/lib/google_geocode.rb
2:require 'rc_rest'
vendor/gems/google-geocode-1.2.1/test/test_google_geocode.rb
4:require 'rc_rest/uri_stub'
vendor/gems/rc-rest-2.2.1/lib/rc_rest/uri_stub.rb
12:# require 'rc_rest/uri_stub'
vendor/gems/rc-rest-2.2.1/test/test_rc_rest.rb
4:require 'rc_rest/uri_stub'
5:require 'rc_rest/net_http_stub'
6:require 'rc_rest'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment