summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 22:16:38 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 22:16:38 +0200
commit0793370c1aa595e9af3f89c80923b657037b0b4f (patch)
treeaee092ee60e79566a84b54b155e824908da9c02c
parent75857e94bd878395a6d649580dd08207ea4c41fa (diff)
downloadgitlab-ce-0793370c1aa595e9af3f89c80923b657037b0b4f.tar.gz
Fix gitlab_ci_yaml_processor_spec.rb
-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",