Commit d69ec126 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense in build specs

parent 90844386
......@@ -842,7 +842,6 @@ describe Ci::Build, :models do
end
end
describe '#allow_git_fetch' do
it 'return project allow_git_fetch configuration' do
expect(build.allow_git_fetch).to eq(project.build_allow_git_fetch)
......
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