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
|
@ -486,7 +486,7 @@ WARNING: Use your OS package manager to uninstall vendor gems
|
|||
end
|
||||
|
||||
assert_empty @ui.output
|
||||
assert_match %r!Error: unable to successfully uninstall '#{@spec.name}'!, @ui.error
|
||||
assert_match %r{Error: unable to successfully uninstall '#{@spec.name}'}, @ui.error
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue