Missed a use of team_project_path

This commit is contained in:
Robert Speicher 2012-09-16 10:38:01 -04:00
parent 95bd93fe1a
commit 02b24cefc7

View file

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