summaryrefslogtreecommitdiff
path: root/test/rubygems
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2020-08-30 23:59:38 -0600
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-28 14:54:22 +0900
commitb83787b1ceb4441362fd3d966ce099e360a48646 (patch)
treeae8287d8336b9091de3d5145f160948fc3fff293 /test/rubygems
parent0629e695e3130f875641542ad2593b19b56703ef (diff)
[rubygems/rubygems] Make --dry-run flag consistent across rubygems commands
https://github.com/rubygems/rubygems/commit/addc644cad
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3599
Diffstat (limited to 'test/rubygems')
-rw-r--r--test/rubygems/test_gem_commands_cleanup_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_cleanup_command.rb b/test/rubygems/test_gem_commands_cleanup_command.rb
index 087d84710f..47d953d4dd 100644
--- a/test/rubygems/test_gem_commands_cleanup_command.rb
+++ b/test/rubygems/test_gem_commands_cleanup_command.rb
@@ -22,7 +22,7 @@ class TestGemCommandsCleanupCommand < Gem::TestCase
end
def test_handle_options_dry_run
- @cmd.handle_options %w[--dryrun]
+ @cmd.handle_options %w[--dry-run]
assert @cmd.options[:dryrun]
end