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
|
@ -61,7 +61,7 @@ describe "Gitlab Flavored Markdown" do
|
|||
end
|
||||
|
||||
it "should render title in refs#tree", js: true do
|
||||
visit tree_project_ref_path(project, id: @branch_name)
|
||||
visit project_tree_path(project, @branch_name)
|
||||
|
||||
within(".tree_commit") do
|
||||
page.should have_link("##{issue.id}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue