summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-18 12:34:58 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-08-18 12:34:58 +0200
commit9ad3e281b87619be3b87f81ffd20b0a3b9acc748 (patch)
treea553beae69f7bdcb85a72f54ee7e1898c4ae5dad
parentc2ec3027ff908488475f89b017a21430ab6b0a24 (diff)
downloadgitlab-ce-29943-environment-folder.tar.gz
Fix Rubocop offenses in environments specs29943-environment-folder
-rw-r--r--spec/features/projects/environments/environments_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/features/projects/environments/environments_spec.rb b/spec/features/projects/environments/environments_spec.rb
index dda57ee1320..af7ad365546 100644
--- a/spec/features/projects/environments/environments_spec.rb
+++ b/spec/features/projects/environments/environments_spec.rb
@@ -102,7 +102,7 @@ feature 'Environments page', :js do
end
it 'does not show stip button when environment is not stoppable' do
- expect(page).not_to have_selector('.stop-env-link')
+ expect(page).not_to have_selector('.stop-env-link')
end
end
@@ -112,7 +112,6 @@ feature 'Environments page', :js do
given!(:deployment) do
create(:deployment, environment: environment,
sha: project.commit.id)
-
end
it 'shows deployment SHA and internal ID' do