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:
Diffstat (limited to 'spec/features/admin')
-rw-r--r--spec/features/admin/admin_runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_runners_spec.rb b/spec/features/admin/admin_runners_spec.rb
index d5dd11a01d3..66a2cc0c157 100644
--- a/spec/features/admin/admin_runners_spec.rb
+++ b/spec/features/admin/admin_runners_spec.rb
@@ -64,7 +64,7 @@ describe "Admin Runners" do
describe 'runners registration token' do
let!(:token) { current_application_settings.ensure_runners_registration_token }
- before { visit ci_admin_runners_path }
+ before { visit admin_runners_path }
it 'has a registration token' do
expect(page).to have_content("Registration token is #{token}")