Commit 02b24cefc7d48c1a4adb4a3fcd430770022db7b1
1 parent
95bd93fe
Exists in
master
and in
4 other branches
Missed a use of team_project_path
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
spec/requests/security/project_access_spec.rb
... | ... | @@ -70,7 +70,7 @@ describe "Application access" do |
70 | 70 | end |
71 | 71 | |
72 | 72 | describe "GET /project_code/team" do |
73 | - subject { team_project_path(@project) } | |
73 | + subject { project_team_index_path(@project) } | |
74 | 74 | |
75 | 75 | it { should be_allowed_for @u1 } |
76 | 76 | it { should be_allowed_for @u3 } | ... | ... |