-
-
Save arietis/45697d4d64ea46cdce47 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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