summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2017-07-05 22:02:36 +0900
committerShinya Maeda <shinya@gitlab.com>2017-07-06 17:26:36 +0900
commitd975678f4b87cced2a8d62973c10cd5f3345117c (patch)
treef50f48fbc12115e87a537e07179367ac834bfd6c
parent6c15905c3bd11209858eac8870ffa9211f08f157 (diff)
downloadgitlab-ce-d975678f4b87cced2a8d62973c10cd5f3345117c.tar.gz
fix
-rw-r--r--spec/features/runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/runners_spec.rb b/spec/features/runners_spec.rb
index 00f59f8f197..a8656b9639a 100644
--- a/spec/features/runners_spec.rb
+++ b/spec/features/runners_spec.rb
@@ -87,7 +87,7 @@ describe "Runners" do
before do
stub_application_setting(shared_runners_text: shared_runners_text)
- project = FactoryGirl.create :empty_project, shared_runners_enabled: false
+ project = FactoryGirl.create :empty_project, shared_runners_enabled: true
project.team << [user, :master]
visit runners_path(project)
end