Fix Rubocop offense for lines in environment specs

This commit is contained in:
Grzegorz Bizon 2016-11-17 20:19:57 +01:00
parent d9f9be3c95
commit 67c833e90f
1 changed files with 0 additions and 1 deletions

View File

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