summaryrefslogtreecommitdiff
path: root/spec/features/admin/admin_active_tab_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/admin/admin_active_tab_spec.rb')
-rw-r--r--spec/features/admin/admin_active_tab_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/admin_active_tab_spec.rb b/spec/features/admin/admin_active_tab_spec.rb
index f2eecc5b552..16064d60ce2 100644
--- a/spec/features/admin/admin_active_tab_spec.rb
+++ b/spec/features/admin/admin_active_tab_spec.rb
@@ -29,7 +29,7 @@ RSpec.describe 'admin active tab' do
context 'on projects' do
before do
- visit admin_namespaces_projects_path
+ visit admin_projects_path
end
it_behaves_like 'page has active tab', 'Overview'