Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created July 7, 2020 12:03
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 hsbt/806d4d93e120ff26e229ead84386e43f to your computer and use it in GitHub Desktop.
Save hsbt/806d4d93e120ff26e229ead84386e43f to your computer and use it in GitHub Desktop.
$ 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