Skip to content
Snippets Groups Projects
Commit 0793370c authored by Kamil Trzcinski's avatar Kamil Trzcinski
Browse files

Fix gitlab_ci_yaml_processor_spec.rb

parent 75857e94
No related branches found
No related tags found
No related merge requests found
Loading
@@ -26,7 +26,7 @@ module Ci
Loading
@@ -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
   
Loading
@@ -443,7 +443,7 @@ module Ci
Loading
@@ -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
   
Loading
@@ -696,7 +696,7 @@ module Ci
Loading
@@ -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
   
Loading
@@ -824,7 +824,7 @@ module Ci
Loading
@@ -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
Loading
@@ -869,7 +869,7 @@ module Ci
Loading
@@ -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",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment