mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygems
So it matches the style used by bundler.
ab0580fd65
This commit is contained in:
parent
f987302cf4
commit
ba9dcdab36
47 changed files with 302 additions and 302 deletions
|
@ -21,7 +21,7 @@ class TestGemDependencyResolutionError < Gem::TestCase
|
|||
end
|
||||
|
||||
def test_message
|
||||
assert_match %r%^conflicting dependencies a \(= 1\) and a \(= 2\)$%,
|
||||
assert_match %r{^conflicting dependencies a \(= 1\) and a \(= 2\)$},
|
||||
@error.message
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue