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

Merge branch 'backstage/gb/fix-rubocop-offense-in-build-specs' into 'master'

Fix Rubocop offense in build specs

See merge request gitlab-org/gitlab-ce!19419
parents 8140ceb5 463d77a5
...@@ -2545,7 +2545,7 @@ describe Ci::Build do ...@@ -2545,7 +2545,7 @@ describe Ci::Build do
before do before do
allow(Gitlab.config.pages).to receive_messages(enabled: false) allow(Gitlab.config.pages).to receive_messages(enabled: false)
end end
it 'is not marked as pages generator' do it 'is not marked as pages generator' do
expect(build).not_to be_pages_generator expect(build).not_to be_pages_generator
end end
......
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