diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-03-26 19:22:03 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-03-26 19:22:03 +0000 |
commit | c66d25b90e6ec221df74717827fc853413a12c26 (patch) | |
tree | 4a79e9f531efbf3554cd0735b2ed69e67fe3e573 /spec/views | |
parent | 3adbc579bc45bf61510bc83900d07e8b0bafa088 (diff) | |
parent | 5b019f4317c36df31e6e55ed302ca68a2033af63 (diff) | |
download | gitlab-ce-c66d25b90e6ec221df74717827fc853413a12c26.tar.gz |
Merge branch 'backstage/gb/populating-pipeline-refactoring' into 'master'
Improve how we populate pipeline with stages and builds
Closes #43941
See merge request gitlab-org/gitlab-ce!17841
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/ci/lints/show.html.haml_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/views/ci/lints/show.html.haml_spec.rb b/spec/views/ci/lints/show.html.haml_spec.rb index 7724d54c569..ded320793ea 100644 --- a/spec/views/ci/lints/show.html.haml_spec.rb +++ b/spec/views/ci/lints/show.html.haml_spec.rb @@ -5,6 +5,7 @@ describe 'ci/lints/show' do describe 'XSS protection' do let(:config_processor) { Gitlab::Ci::YamlProcessor.new(YAML.dump(content)) } + before do assign(:status, true) assign(:builds, config_processor.builds) |