summaryrefslogtreecommitdiff
path: root/test/rubygems
diff options
context:
space:
mode:
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