Missed a use of team_project_path
This commit is contained in:
parent
95bd93fe1a
commit
02b24cefc7
|
@ -70,7 +70,7 @@ describe "Application access" do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "GET /project_code/team" do
|
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 @u1 }
|
||||||
it { should be_allowed_for @u3 }
|
it { should be_allowed_for @u3 }
|
||||||
|
|
Loading…
Reference in a new issue