Commit 67c833e9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offense for lines in environment specs

parent d9f9be3c
......@@ -64,7 +64,6 @@ feature 'Environment', :feature do
given(:manual) { create(:ci_build, :manual, pipeline: pipeline, name: 'deploy to production') }
scenario 'does show a play button' do
expect(page).to have_link(manual.name.humanize)
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