summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_commands_mirror.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rubygems/test_gem_commands_mirror.rb')
-rw-r--r--test/rubygems/test_gem_commands_mirror.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rubygems/test_gem_commands_mirror.rb b/test/rubygems/test_gem_commands_mirror.rb
index 07ec9f3d0c..9d3d7169f1 100644
--- a/test/rubygems/test_gem_commands_mirror.rb
+++ b/test/rubygems/test_gem_commands_mirror.rb
@@ -15,7 +15,7 @@ class TestGemCommandsMirrorCommand < Gem::TestCase
@cmd.execute
end
- assert_match %r%Install the rubygems-mirror%i, @ui.error
+ assert_match %r{Install the rubygems-mirror}i, @ui.error
end
end