diff options
-rw-r--r-- | test/rubygems/test_gem_commands_update_command.rb | 63 |
1 files changed, 63 insertions, 0 deletions
@@ -52,6 +52,30 @@ class TestGemCommandsUpdateCommand < Gem::TestCase assert_empty out end def test_execute_system spec_fetcher do |fetcher| fetcher.gem 'rubygems-update', 9 do |s| s.files = %w[setup.rb] end @@ -266,6 +290,30 @@ class TestGemCommandsUpdateCommand < Gem::TestCase assert_empty out end def test_execute_named_up_to_date spec_fetcher do |fetcher| fetcher.spec 'a', 2 @@ -437,6 +485,21 @@ class TestGemCommandsUpdateCommand < Gem::TestCase assert_equal expected, @cmd.options end def test_update_rubygems_arguments @cmd.options[:system] = true |