Add BlameController, remove Refs#blame action
This commit is contained in:
parent
37f0b600bc
commit
39c6579306
8 changed files with 57 additions and 27 deletions
|
@ -69,7 +69,7 @@ describe "Gitlab Flavored Markdown" do
|
|||
end
|
||||
|
||||
it "should render title in refs#blame" do
|
||||
visit blame_file_project_ref_path(project, id: @branch_name, path: @test_file)
|
||||
visit blame_file_project_ref_path(project, File.join(@branch_name, @test_file))
|
||||
|
||||
within(".blame_commit") do
|
||||
page.should have_link("##{issue.id}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue