Commit 02b24cef authored by Robert Speicher's avatar Robert Speicher

Missed a use of team_project_path

parent 95bd93fe
......@@ -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 }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment