summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_uninstall_command.rb
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-08 01:32:22 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-08 01:32:22 +0000
commit3b1d6fc1680cd11937df54599c7eab0b98016932 (patch)
tree47d11386b2ced1245ae1326c23cd7f559d0219e1 /test/rubygems/test_gem_commands_uninstall_command.rb
parent0ab1c69e17f5190b0db25f31c0d413012dee714e (diff)
* remove trailing spaces, append newline at EOF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/rubygems/test_gem_commands_uninstall_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_uninstall_command.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_uninstall_command.rb b/test/rubygems/test_gem_commands_uninstall_command.rb
index cca135afde..2097ca7d43 100644
--- a/test/rubygems/test_gem_commands_uninstall_command.rb
+++ b/test/rubygems/test_gem_commands_uninstall_command.rb
@@ -287,7 +287,7 @@ WARNING: Use your OS package manager to uninstall vendor gems
end
output = ui.output.split "\n"
-
+
assert_equal output.first, "Gem 'd' is not installed"
end