Skip to content

Instantly share code, notes, and snippets.

@tosch
Created February 4, 2011 08:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save tosch/810874 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p136@ruote-kit webtest@pc1:~/git/ruote-kit$ rake spec
(in /home/webtest/git/ruote-kit)
rake aborted!
uninitialized constant Gem::UserInteraction
/home/webtest/git/ruote-kit/Rakefile:35:in `<top (required)>'
(See full trace by running task with --trace)
ruby-1.9.2-p136@ruote-kit webtest@pc1:~/git/ruote-kit$ vim Rakefile
ruby-1.9.2-p136@ruote-kit webtest@pc1:~/git/ruote-kit$ rake spec --trace
(in /home/webtest/git/ruote-kit)
rake aborted!
uninitialized constant Gem::UserInteraction
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing'
/home/webtest/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/site_ruby/1.9.1/rubygems/specification.rb:832:in `validate'
/home/webtest/git/ruote-kit/Rakefile:35:in `<top (required)>'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2383:in `load'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2383:in `raw_load_rakefile'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2017:in `block in load_rakefile'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2016:in `load_rakefile'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2000:in `block in run'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/gems/rake-0.8.7/bin/rake:31:in `<top (required)>'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/bin/rake:19:in `load'
/home/webtest/.rvm/gems/ruby-1.9.2-p136@global/bin/rake:19:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment