Skip to content
Snippets Groups Projects
Commit 463d77a5 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix Rubocop offense in build specs

parent 8140ceb5
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment