Fix Rubocop offense in build specs

This commit is contained in:
Grzegorz Bizon 2017-01-13 16:53:00 +01:00
parent 9084438687
commit d69ec1269a
1 changed files with 0 additions and 1 deletions

View File

@ -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)