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:
authorShinya Maeda <shinya@gitlab.com>2017-11-27 20:01:41 +0300
committerShinya Maeda <shinya@gitlab.com>2017-11-28 14:47:59 +0300
commitb4c4e1bd6ea3c8c12540d50f0bf11e04d72d114b (patch)
treef8c928dfe3243c15029ed460448680099388859e /spec/views
parent54c70a775af21863d51bd2b3e96e5998c90ddaf7 (diff)
Fix integraetion tests
Diffstat (limited to 'spec/views')
-rw-r--r--spec/views/projects/pipelines_settings/_show.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/pipelines_settings/_show.html.haml_spec.rb b/spec/views/projects/pipelines_settings/_show.html.haml_spec.rb
index c757ccf02d3..95f0be49412 100644
--- a/spec/views/projects/pipelines_settings/_show.html.haml_spec.rb
+++ b/spec/views/projects/pipelines_settings/_show.html.haml_spec.rb
@@ -35,7 +35,7 @@ describe 'projects/pipelines_settings/_show' do
context 'when kubernetes is active' do
before do
- project.build_kubernetes_service(active: true)
+ create(:kubernetes_service, project: project)
end
context 'when auto devops domain is not defined' do