Created
February 4, 2016 03:56
-
-
Save Azolo/3ba00fab2ef2434c4a9b 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
ruby 2.0.0p648 (2015-12-16) [i386-mingw32] | |
13703 tests, 2244837 assertions, 3 failures, 0 errors, 103 skips | |
[10435/13703] TestRakeApplication#test_load_rakefile_not_found | |
test_load_rakefile_not_found(TestRakeApplication) [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:209]: | |
[RuntimeError] exception expected, not | |
Class: <LoadError> | |
Message: <"cannot load such file -- rspec/core/rake_task"> | |
---Backtrace--- | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
C:/Users/Justin/Rakefile:3:in `<top (required)>' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rake/rake_module.rb:25:in `load' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rake/rake_module.rb:25:in `load_rakefile' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rake/application.rb:604:in `raw_load_rakefile' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:210:in `block (2 levels) in test_load_rakefile_not_found' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:210:in `instance_eval' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:210:in `block in test_load_rakefile_not_found' | |
--------------- | |
[10666/13703] TestRakeFunctional#test_implicit_system | |
test_implicit_system(TestRakeFunctional) [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_functional.rb:124]: | |
Expected /^SYS1/ to match "". | |
[12703/13703] TestTime#test_marshal_broken_offset | |
test_marshal_broken_offset(TestTime) [c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/ruby/test_time.rb:356]: | |
<0> expected but was | |
<-21600>. |
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
ruby 2.0.0p648 (2015-12-16) [x64-mingw32] | |
13682 tests, 2247283 assertions, 2 failures, 0 errors, 103 skips | |
[10435/13682] TestRakeApplication#test_load_rakefile_not_found | |
test_load_rakefile_not_found(TestRakeApplication) [.../test/rake/test_rake_application.rb:209]: | |
[RuntimeError] exception expected, not | |
Class: <LoadError> | |
Message: <"cannot load such file -- rspec/core/rake_task"> | |
---Backtrace--- | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rubygems/core_ext/kernel_require.rb:55:in `require' | |
C:/Users/Justin/Rakefile:3:in `<top (required)>' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rake/rake_module.rb:25:in `load' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rake/rake_module.rb:25:in `load_rakefile' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/lib/rake/application.rb:604:in `raw_load_rakefile' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:210:in `block (2 levels) in test_load_rakefile_not_found' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:210:in `instance_eval' | |
c:/Users/Justin/Projects/rubyinstaller/sandbox/ruby_2_0/test/rake/test_rake_application.rb:210:in `block in test_load_rakefile_not_found' | |
--------------- | |
[10666/13682] TestRakeFunctional#test_implicit_system | |
test_implicit_system(TestRakeFunctional) [.../test/rake/test_rake_functional.rb:124]: | |
Expected /^SYS1/ to match "". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment