Skip to content
Snippets Groups Projects
Commit 02b24cef authored by Robert Speicher's avatar Robert Speicher
Browse files

Missed a use of team_project_path

parent 95bd93fe
No related branches found
No related tags found
1 merge request!1477Routing specs and cleanup
Loading
Loading
@@ -70,7 +70,7 @@ describe "Application access" do
end
 
describe "GET /project_code/team" do
subject { team_project_path(@project) }
subject { project_team_index_path(@project) }
 
it { should be_allowed_for @u1 }
it { should be_allowed_for @u3 }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment