Fix Rubocop offense in legacy CI/CD config specs
This commit is contained in:
parent
149f67cc2e
commit
7c271fb549
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Ci
|
||||||
describe 'code coverage regexp' do
|
describe 'code coverage regexp' do
|
||||||
let(:config) do
|
let(:config) do
|
||||||
YAML.dump(rspec: { script: 'rspec',
|
YAML.dump(rspec: { script: 'rspec',
|
||||||
coverage: '/Code coverage: \d+\.\d+/'})
|
coverage: '/Code coverage: \d+\.\d+/' })
|
||||||
end
|
end
|
||||||
|
|
||||||
it 'includes coverage regexp in build attributes' do
|
it 'includes coverage regexp in build attributes' do
|
||||||
|
|
Loading…
Reference in a new issue