Fix coding offence
This commit is contained in:
parent
36ac13f345
commit
29889fcbaa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue