Fix Rubocop offense in build specs

This commit is contained in:
Grzegorz Bizon 2018-06-05 12:51:38 +02:00
parent 8140ceb555
commit 463d77a59e

View file

@ -2545,7 +2545,7 @@ describe Ci::Build do
before do
allow(Gitlab.config.pages).to receive_messages(enabled: false)
end
it 'is not marked as pages generator' do
expect(build).not_to be_pages_generator
end