Commit 7c271fb5 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in legacy CI/CD config specs

parent 149f67cc
...@@ -11,7 +11,7 @@ module Ci ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment