Update usages of tree_file_project_ref_path to project_tree_path
This commit is contained in:
parent
e33cbb9b42
commit
79a02df92e
20 changed files with 41 additions and 36 deletions
|
@ -37,7 +37,7 @@ describe "Application access" do
|
|||
end
|
||||
|
||||
describe "GET /project_code/master/tree" do
|
||||
subject { tree_project_ref_path(@project, @project.root_ref) }
|
||||
subject { project_tree_path(@project, @project.root_ref) }
|
||||
|
||||
it { should be_allowed_for @u1 }
|
||||
it { should be_allowed_for @u3 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue