From 02b24cefc7d48c1a4adb4a3fcd430770022db7b1 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sun, 16 Sep 2012 10:38:01 -0400 Subject: [PATCH] Missed a use of team_project_path --- spec/requests/security/project_access_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/requests/security/project_access_spec.rb b/spec/requests/security/project_access_spec.rb index 0cdf43bf..af0d5fcd 100644 --- a/spec/requests/security/project_access_spec.rb +++ b/spec/requests/security/project_access_spec.rb @@ -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 }