summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-11-01 15:07:10 +0900
committerShinya Maeda <shinya@gitlab.com>2018-11-02 10:17:47 +0900
commit29889fcbaadb3bbfd2f11c10bfbf5dceb3e3ddba (patch)
treebdeae55822efe9f2dd3b4e829721aa5f5dafff8f
parent36ac13f345f5ef25725c2236a791a40a3a9e6126 (diff)
downloadgitlab-ce-29889fcbaadb3bbfd2f11c10bfbf5dceb3e3ddba.tar.gz
Fix coding offence
-rw-r--r--spec/features/projects/environments/environment_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/environments/environment_spec.rb b/spec/features/projects/environments/environment_spec.rb
index 7826d26ff1b..6f991837270 100644
--- a/spec/features/projects/environments/environment_spec.rb
+++ b/spec/features/projects/environments/environment_spec.rb
@@ -159,8 +159,8 @@ describe 'Environment' do
let(:deployment) do
create(:deployment, :success, environment: environment,
- deployable: build,
- on_stop: 'close_app')
+ deployable: build,
+ on_stop: 'close_app')
end
context 'when user has ability to stop environment' do