Commit 6fe19ce9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix job coverage specs

parent 718ece6d
......@@ -283,7 +283,7 @@ describe Ci::Build do
let(:project_regex) { '\(\d+\.\d+\) covered' }
before do
project.build_coverage_regex = project_regex
project.update_column(:build_coverage_regex, project_regex)
end
context 'and coverage_regex attribute is not set' 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