Fix Rubocop offense in legacy CI/CD config specs

This commit is contained in:
Grzegorz Bizon 2017-02-06 10:46:21 +01:00
parent 149f67cc2e
commit 7c271fb549
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ module Ci
describe 'code coverage regexp' do
let(:config) do
YAML.dump(rspec: { script: 'rspec',
coverage: '/Code coverage: \d+\.\d+/'})
coverage: '/Code coverage: \d+\.\d+/' })
end
it 'includes coverage regexp in build attributes' do