summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_open_command.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_open_command.rb')
-rw-r--r--test/rubygems/test_gem_commands_open_command.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/rubygems/test_gem_commands_open_command.rb b/test/rubygems/test_gem_commands_open_command.rb
index e73a138204..33836f7498 100644
--- a/test/rubygems/test_gem_commands_open_command.rb
+++ b/test/rubygems/test_gem_commands_open_command.rb
@@ -51,7 +51,7 @@ class TestGemCommandsOpenCommand < Gem::TestCase
end
end
- assert_match %r|Unable to find gem 'foo'|, @ui.output
+ assert_match %r{Unable to find gem 'foo'}, @ui.output
assert_equal "", @ui.error
end
@@ -64,7 +64,7 @@ class TestGemCommandsOpenCommand < Gem::TestCase
end
end
- assert_match %r|Unable to find gem 'foo'|, @ui.output
+ assert_match %r{Unable to find gem 'foo'}, @ui.output
assert_equal "", @ui.error
end
@@ -93,7 +93,7 @@ class TestGemCommandsOpenCommand < Gem::TestCase
end
end
- assert_match %r|'foo' is a default gem and can't be opened\.| , @ui.output
+ assert_match %r{'foo' is a default gem and can't be opened\.} , @ui.output
assert_equal "", @ui.error
end