summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-15 22:35:44 -0200
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-15 22:35:44 -0200
commit8dc7ffa02e4aed4af10b7ea04266ac900e78420e (patch)
tree422c8dd8e0b405c2e95fea34b5f370c8f7747334
parentb562633e61c7d14dfa8b45b5819ac2f08750d961 (diff)
downloadgitlab-ce-fix/build.tar.gz
Fix spec/features/admin/admin_active_tab_spec.rbfix/build
-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'