From b83787b1ceb4441362fd3d966ce099e360a48646 Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Sun, 30 Aug 2020 23:59:38 -0600 Subject: [rubygems/rubygems] Make --dry-run flag consistent across rubygems commands https://github.com/rubygems/rubygems/commit/addc644cad --- test/rubygems/test_gem_commands_cleanup_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/rubygems') 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 -- cgit v1.2.3