summaryrefslogtreecommitdiff
path: root/spec/requests/api/runner_spec.rb
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-04-06 04:41:45 +0900
committerShinya Maeda <shinya@gitlab.com>2018-04-06 04:41:45 +0900
commit7297a06cb6d9a73c721b27fdc1941e04b17f5433 (patch)
tree666272698b0aa5346303ad5edecf6c5ad592f2e9 /spec/requests/api/runner_spec.rb
parent3b97710c176f99eed00e05522447400a127a116d (diff)
downloadgitlab-ce-7297a06cb6d9a73c721b27fdc1941e04b17f5433.tar.gz
Fix bunch of texts
Diffstat (limited to 'spec/requests/api/runner_spec.rb')
-rw-r--r--spec/requests/api/runner_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/requests/api/runner_spec.rb b/spec/requests/api/runner_spec.rb
index 4f3420cc0ad..284e8931812 100644
--- a/spec/requests/api/runner_spec.rb
+++ b/spec/requests/api/runner_spec.rb
@@ -1,11 +1,12 @@
require 'spec_helper'
-describe API::Runner do
+describe API::Runner, :clean_gitlab_redis_shared_state do
include StubGitlabCalls
let(:registration_token) { 'abcdefg123456' }
before do
+ stub_feature_flags(ci_enable_live_trace: true)
stub_gitlab_calls
stub_application_setting(runners_registration_token: registration_token)
allow_any_instance_of(Ci::Runner).to receive(:cache_attributes)