summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-10-07 15:56:37 +0100
committerFilipa Lacerda <filipa@gitlab.com>2016-10-07 15:56:37 +0100
commit031777339e3f0d07551b2976eb471069f77506e6 (patch)
tree33620403665565c438c9f0d06eb990aa0ad89a56
parent908b37bc88d9e671b508e064287564cc484d3c29 (diff)
downloadgitlab-ce-031777339e3f0d07551b2976eb471069f77506e6.tar.gz
Deletes extra empty line breaking the build
-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 05925f93220..68ea4eeae31 100644
--- a/spec/features/environments_spec.rb
+++ b/spec/features/environments_spec.rb
@@ -150,7 +150,6 @@ feature 'Environments', feature: true do
expect(page).to have_link(nil, href: environment.external_url)
end
end
-
end
end
end