mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +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
|
@ -189,15 +189,15 @@ class TestGemIndexer < Gem::TestCase
|
|||
@indexer.generate_index
|
||||
end
|
||||
|
||||
assert_match %r%^\.\.\.\.\.\.\.\.\.\.\.\.$%, @ui.output
|
||||
assert_match %r%^Generating Marshal quick index gemspecs for 12 gems$%,
|
||||
assert_match %r{^\.\.\.\.\.\.\.\.\.\.\.\.$}, @ui.output
|
||||
assert_match %r{^Generating Marshal quick index gemspecs for 12 gems$},
|
||||
@ui.output
|
||||
assert_match %r%^Complete$%, @ui.output
|
||||
assert_match %r%^Generating specs index$%, @ui.output
|
||||
assert_match %r%^Generating latest specs index$%, @ui.output
|
||||
assert_match %r%^Generating prerelease specs index$%, @ui.output
|
||||
assert_match %r%^Complete$%, @ui.output
|
||||
assert_match %r%^Compressing indices$%, @ui.output
|
||||
assert_match %r{^Complete$}, @ui.output
|
||||
assert_match %r{^Generating specs index$}, @ui.output
|
||||
assert_match %r{^Generating latest specs index$}, @ui.output
|
||||
assert_match %r{^Generating prerelease specs index$}, @ui.output
|
||||
assert_match %r{^Complete$}, @ui.output
|
||||
assert_match %r{^Compressing indices$}, @ui.output
|
||||
|
||||
assert_equal '', @ui.error
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue