Created
July 7, 2020 12:03
-
-
Save hsbt/806d4d93e120ff26e229ead84386e43f 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 | |
Run options: --seed 14972 | |
# Running: | |
.........................................................................................................................E.........................................................................................................^Crake aborted! | |
Interrupt: | |
Tasks: TOP => test | |
(See full trace by running task with --trace) | |
Interrupted. Exiting... | |
Finished in 14.752980s, 15.3867 runs/s, 47.6514 assertions/s. | |
1) Error: | |
TestGemCommandsCleanupCommand#test_execute_user_install: | |
NoMethodError: undefined method `>=' for nil:NilClass | |
/Users/hsbt/Documents/github.com/rubygems/rubygems/lib/rubygems/uninstaller.rb:137:in `uninstall' | |
/Users/hsbt/Documents/github.com/rubygems/rubygems/lib/rubygems/commands/cleanup_command.rb:174:in `uninstall_dep' | |
/Users/hsbt/Documents/github.com/rubygems/rubygems/lib/rubygems/commands/cleanup_command.rb:107:in `block in clean_gems' | |
/Users/hsbt/Documents/github.com/rubygems/rubygems/lib/rubygems/commands/cleanup_command.rb:106:in `reverse_each' | |
/Users/hsbt/Documents/github.com/rubygems/rubygems/lib/rubygems/commands/cleanup_command.rb:106:in `clean_gems' | |
/Users/hsbt/Documents/github.com/rubygems/rubygems/lib/rubygems/commands/cleanup_command.rb:70:in `execute' | |
/Users/hsbt/Documents/github.com/rubygems/rubygems/test/rubygems/test_gem_commands_cleanup_command.rb:273:in `test_execute_user_install' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment