summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 20:53:24 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2016-07-16 20:53:24 +0200
commit50b54951e84b4cfed23f5b3d57e2c785f44cb031 (patch)
tree91f215a7775eb817aa62127d7bb0e75b82b36bba
parent9912ad261f696ef92657171396774607af7f1893 (diff)
downloadgitlab-ce-50b54951e84b4cfed23f5b3d57e2c785f44cb031.tar.gz
Fix gitlab_ci_yaml_processor_spec.rb
-rw-r--r--spec/lib/ci/gitlab_ci_yaml_processor_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
index 6b2492b61b8..1efc1e8ebdd 100644
--- a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
+++ b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
@@ -881,7 +881,7 @@ module Ci
when: "on_success",
allow_failure: false,
environment: nil,
- yaml_variables: {}
+ yaml_variables: []
})
end
end