Spaces for literal hash

This commit is contained in:
Lin Jen-Shin 2016-12-19 22:22:57 +08:00
parent 3ea8d983ad
commit 8e2ea26cc1

View file

@ -1319,7 +1319,7 @@ describe Ci::Build, models: true do
context 'when environment uses yaml_variables containing symbol keys' do
let(:build) do
create(:ci_build,
yaml_variables: [{key: :APP_HOST, value: 'host'}],
yaml_variables: [{ key: :APP_HOST, value: 'host' }],
environment: 'review/$APP_HOST')
end