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:
authorGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 16:03:58 +0300
committerGrzegorz Bizon <grzegorz.bizon@ntsn.pl>2015-12-14 16:03:58 +0300
commit6586856a1572535e0b9ca2f9021dfd88a158ffdd (patch)
tree844840c13d93f399458986ba88c9d8e983d840d8 /spec/features/admin
parent76a17d4f5440184fb9809fef3d57c98f2642ea09 (diff)
Use a new admin runners path when reseting runners token
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}")