aboutsummaryrefslogtreecommitdiffstats
path: root/test/rubygems/test_gem_commands_sources_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_sources_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_sources_command.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_commands_sources_command.rb b/test/rubygems/test_gem_commands_sources_command.rb
index 016a6d0616..75babee39d 100644
--- a/test/rubygems/test_gem_commands_sources_command.rb
+++ b/test/rubygems/test_gem_commands_sources_command.rb
@@ -244,7 +244,7 @@ Will cause RubyGems to revert to legacy indexes, degrading performance.
assert_equal "source cache successfully updated\n", @ui.output
assert_equal '', @ui.error
end
-
+
def test_execute_update_legacy
@cmd.handle_options %w[--update]
@@ -269,6 +269,6 @@ source cache successfully updated
assert_equal expected, @ui.output
assert_equal '', @ui.error
end
-
+
end