Fix coding offence

This commit is contained in:
Shinya Maeda 2018-11-01 15:07:10 +09:00
parent 36ac13f345
commit 29889fcbaa
1 changed files with 2 additions and 2 deletions

View File

@ -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