Commit cec97c27083c00070513914a0063de349f0afcbb

Authored by randx
1 parent 72f984e3

we dont show commit message on tags page any more

spec/requests/gitlab_flavored_markdown_spec.rb
... ... @@ -80,12 +80,6 @@ describe "Gitlab Flavored Markdown" do
80 80  
81 81 page.should have_link("##{issue.id}")
82 82 end
83   -
84   - it "should render title in repositories#tags" do
85   - visit tags_project_repository_path(project)
86   -
87   - page.should have_link("##{issue.id}")
88   - end
89 83 end
90 84  
91 85 describe "for issues" do
... ...