Fix spec/features/admin/admin_active_tab_spec.rb

This commit is contained in:
Douglas Barbosa Alexandre 2016-12-15 22:35:44 -02:00
parent b562633e61
commit 8dc7ffa02e
1 changed files with 1 additions and 1 deletions

View File

@ -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'