summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-16 01:47:50 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2016-12-16 01:47:50 +0000
commita68fc66a4afe6208e42a03301709ef4d876d87f4 (patch)
tree98c7fcf559a217d2bf24a8199333a8960e8edd6b
parent0193822d5dd4062e9c631ce4866ec7316a045fd0 (diff)
parent8dc7ffa02e4aed4af10b7ea04266ac900e78420e (diff)
downloadgitlab-ce-a68fc66a4afe6208e42a03301709ef4d876d87f4.tar.gz
Merge branch 'fix/build' into 'master'
Fix spec/features/admin/admin_active_tab_spec.rb See merge request !8130
-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'