summaryrefslogtreecommitdiff
path: root/spec/features/environments_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/environments_spec.rb')
-rw-r--r--spec/features/environments_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/features/environments_spec.rb b/spec/features/environments_spec.rb
index fbf0b6392b9..fe470fefca5 100644
--- a/spec/features/environments_spec.rb
+++ b/spec/features/environments_spec.rb
@@ -59,7 +59,6 @@ feature 'Environments', feature: true, js: true do
given(:deployment) { create(:deployment, environment: environment) }
scenario 'does show deployment SHA' do
- puts page.body
expect(page).to have_link(deployment.short_sha)
end