Skip to content

Instantly share code, notes, and snippets.

@flexd
Created November 26, 2008 23:00
Show Gist options
  • Save flexd/29627 to your computer and use it in GitHub Desktop.
Save flexd/29627 to your computer and use it in GitHub Desktop.
kristoffer@boxofgoodies:~/nexus$ rake spec
(in /home/kristoffer/nexus)
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- activemessaging/processor (MissingSourceFile)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:155:in `require'
from /home/kristoffer/nexus/app/models/alert.rb:2
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:155:in `require'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:262:in `require_or_load'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.2.2/lib/active_support/dependencies.rb:221:in `depend_on'
... 19 levels...
from /home/kristoffer/nexus/vendor/plugins/rspec/lib/spec/runner/example_group_runner.rb:13:in `load_files'
from /home/kristoffer/nexus/vendor/plugins/rspec/lib/spec/runner/options.rb:98:in `run_examples'
from /home/kristoffer/nexus/vendor/plugins/rspec/lib/spec/runner/command_line.rb:10:in `run'
from /home/kristoffer/nexus/vendor/plugins/rspec/bin/spec:4
rake aborted!
Command /usr/local/bin/ruby -I"/home/kristoffer/nexus/vendor/plugins/rspec/lib" "/home/kristoffer/nexus/vendor/plugins/rspec/bin/spec" "spec/models/kill_spec.rb" --options "/home/kristoffer/nexus/spec/spec.opts" failed
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment