Add BlameController, remove Refs#blame action

This commit is contained in:
Robert Speicher 2012-09-17 13:36:13 -04:00
parent 37f0b600bc
commit 39c6579306
8 changed files with 57 additions and 27 deletions

View file

@ -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}")