Created
August 12, 2011 19:13
-
-
Save neall/1142745 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ bundle exec rake test | |
Loaded suite /Users/neal/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2/lib/rake/rake_test_loader | |
Started | |
...........................................................................................................................................................................................................................................................................................................................................................EEF.......................................................................................................................................................................................................................................................... | |
Finished in 11.928274 seconds. | |
1) Error: | |
test_call_import_on_VirtualBox_with_proper_base(ImportVMActionTest): | |
NoMethodError: undefined method `clear_line' for #<Vagrant::UI:0x00000100f43958> | |
/Users/neal/source/vagrant/lib/vagrant/action/vm/import.rb:20:in `call' | |
/Users/neal/source/vagrant/test/vagrant/action/vm/import_test.rb:25:in `block in <class:ImportVMActionTest>' | |
/Users/neal/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.9.12/lib/mocha/integration/mini_test/version_142_to_172.rb:27:in `run' | |
2) Error: | |
test_call_next_in_chain_on_success_and_set_VM(ImportVMActionTest): | |
NoMethodError: undefined method `clear_line' for #<Vagrant::UI:0x00000100cbd6c0> | |
/Users/neal/source/vagrant/lib/vagrant/action/vm/import.rb:20:in `call' | |
/Users/neal/source/vagrant/test/vagrant/action/vm/import_test.rb:31:in `block in <class:ImportVMActionTest>' | |
/Users/neal/.rvm/gems/ruby-1.9.2-p290/gems/mocha-0.9.12/lib/mocha/integration/mini_test/version_142_to_172.rb:27:in `run' | |
3) Failure: | |
test_mark_environment_erroneous_and_not_continue_chain_on_failure(ImportVMActionTest) [/Users/neal/source/vagrant/test/vagrant/action/vm/import_test.rb:38]: | |
[Vagrant::Errors::VMImportFailure] exception expected, not | |
Class: <NoMethodError> | |
Message: <"undefined method `clear_line' for #<Vagrant::UI:0x00000102c42108>"> | |
---Backtrace--- | |
/Users/neal/source/vagrant/lib/vagrant/action/vm/import.rb:20:in `call' | |
/Users/neal/source/vagrant/test/vagrant/action/vm/import_test.rb:39:in `block (2 levels) in <class:ImportVMActionTest>' | |
--------------- | |
600 tests, 1101 assertions, 1 failures, 2 errors, 0 skips | |
Test run options: --seed 2048 | |
rake aborted! | |
Command failed with status (1): [/Users/neal/.rvm/rubies/ruby-1.9.2-p290/bi...] | |
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