Commit 69f7a12f authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

Fix extra space in YAML array

parent eeeea489
......@@ -68,7 +68,7 @@ describe AutoDevopsHelper do
context 'when master contains a .gitlab-ci.yml file' do
before do
allow(project.repository).to receive(:gitlab_ci_yml).and_return("script: [ 'test']")
allow(project.repository).to receive(:gitlab_ci_yml).and_return("script: ['test']")
end
it { is_expected.to eq(false) }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment