diff options
-rw-r--r-- | test/rubygems/test_gem_commands_uninstall_command.rb | 36 |
1 files changed, 36 insertions, 0 deletions
@@ -239,6 +239,42 @@ class TestGemCommandsUninstallCommand < Gem::InstallerTestCase assert_equal nil, @cmd.options[:install_dir] assert_equal true, @cmd.options[:user_install] assert_equal Gem::Requirement.default, @cmd.options[:version] end end |