Skip to content

Instantly share code, notes, and snippets.

@arietis
Created October 28, 2012 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arietis/45697d4d64ea46cdce47 to your computer and use it in GitHub Desktop.
Save arietis/45697d4d64ea46cdce47 to your computer and use it in GitHub Desktop.
rake test
/opt/local/bin/ruby -I"lib:test" -I"/opt/local/lib/ruby1.9/1.9.1" "/opt/local/lib/ruby1.9/1.9.1/rake/rake_test_loader.rb" "test/ConverterTest.rb"
/opt/local/lib/ruby1.9/1.9.1/rake/ext/module.rb:36:in `const_missing': uninitialized constant Test (NameError)
from /Users/sergeyguselnikov/Documents/_univer/test/ConverterTest.rb:2:in `<top (required)>'
from /opt/local/lib/ruby1.9/1.9.1/rubygems/custom_require.rb:36:in `require'
from /opt/local/lib/ruby1.9/1.9.1/rubygems/custom_require.rb:36:in `require'
from /opt/local/lib/ruby1.9/1.9.1/rake/rake_test_loader.rb:15:in `block in <main>'
from /opt/local/lib/ruby1.9/1.9.1/rake/rake_test_loader.rb:4:in `select'
from /opt/local/lib/ruby1.9/1.9.1/rake/rake_test_loader.rb:4:in `<main>'
rake aborted!
Command failed with status (1): [/opt/local/bin/ruby -I"lib:test" -I"/opt/l...]
Tasks: TOP => test
(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