summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-17 20:19:57 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-11-17 20:19:57 +0100
commit67c833e90fa39b4a648828b884bb14454ccc7c9b (patch)
tree04ade0dc2e5ef165d083cec66df46eec0f3be7b2
parentd9f9be3c9548e8e99e071d764163c47c073c3c28 (diff)
downloadgitlab-ce-67c833e90fa39b4a648828b884bb14454ccc7c9b.tar.gz
Fix Rubocop offense for lines in environment specs
-rw-r--r--spec/features/environment_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/environment_spec.rb b/spec/features/environment_spec.rb
index 51bd1d4bdfc..0c1939fd885 100644
--- a/spec/features/environment_spec.rb
+++ b/spec/features/environment_spec.rb
@@ -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