diff options
| author | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-17 23:40:44 +0200 |
|---|---|---|
| committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2016-10-17 23:42:49 +0200 |
| commit | bebfceb1df03e8afa10af5aead8e657654a14f01 (patch) | |
| tree | 10560da3834ab5fc0c98485d2b4f8ceae16fa8ae /spec/lib/ci | |
| parent | 5a46e22a6521af8058078e00a8e6f2252b21e8f7 (diff) | |
| download | gitlab-ce-bebfceb1df03e8afa10af5aead8e657654a14f01.tar.gz | |
Fix specs
Diffstat (limited to 'spec/lib/ci')
| -rw-r--r-- | spec/lib/ci/gitlab_ci_yaml_processor_spec.rb | 2 |
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 6dedd25e9d3..a46ff07f625 100644 --- a/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb +++ b/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb @@ -754,7 +754,7 @@ module Ci it 'does return production' do expect(builds.size).to eq(1) expect(builds.first[:environment]).to eq(environment) - expect(builds.first[:options]).to include(environment: { name: environment }) + expect(builds.first[:options]).to include(environment: { name: environment, action: "start" }) end end |
