Commit 0793370c authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix gitlab_ci_yaml_processor_spec.rb

parent 75857e94
......@@ -26,7 +26,7 @@ module Ci
allow_failure: false,
when: "on_success",
environment: nil,
yaml_variables: {}
yaml_variables: []
})
end
......@@ -443,7 +443,7 @@ module Ci
allow_failure: false,
when: "on_success",
environment: nil,
yaml_variables: {}
yaml_variables: []
})
end
......@@ -696,7 +696,7 @@ module Ci
when: "on_success",
allow_failure: false,
environment: nil,
yaml_variables: {}
yaml_variables: []
})
end
......@@ -824,7 +824,7 @@ module Ci
when: "on_success",
allow_failure: false,
environment: nil,
yaml_variables: {}
yaml_variables: []
})
end
end
......@@ -869,7 +869,7 @@ module Ci
when: "on_success",
allow_failure: false,
environment: nil,
yaml_variables: {}
yaml_variables: []
})
expect(subject.second).to eq({
stage: "build",
......
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