Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 23:16:38 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 23:16:38 +0300
commit0793370c1aa595e9af3f89c80923b657037b0b4f (patch)
treeaee092ee60e79566a84b54b155e824908da9c02c /spec
parent75857e94bd878395a6d649580dd08207ea4c41fa (diff)
Fix gitlab_ci_yaml_processor_spec.rb
Diffstat (limited to 'spec')
-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",