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
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-03-26 22:22:03 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2018-03-26 22:22:03 +0300
commitc66d25b90e6ec221df74717827fc853413a12c26 (patch)
tree4a79e9f531efbf3554cd0735b2ed69e67fe3e573 /spec/views
parent3adbc579bc45bf61510bc83900d07e8b0bafa088 (diff)
parent5b019f4317c36df31e6e55ed302ca68a2033af63 (diff)
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.rb1
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)