we dont show commit message on tags page any more

This commit is contained in:
randx 2012-10-26 22:10:17 +03:00
parent 72f984e3d3
commit cec97c2708
1 changed files with 0 additions and 6 deletions

View File

@ -80,12 +80,6 @@ describe "Gitlab Flavored Markdown" do
page.should have_link("##{issue.id}")
end
it "should render title in repositories#tags" do
visit tags_project_repository_path(project)
page.should have_link("##{issue.id}")
end
end
describe "for issues" do