summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/lib/ci/gitlab_ci_yaml_processor_spec.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
index 1efc1e8ebdd..974fbcc7195 100644
--- a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
+++ b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
@@ -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",