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