Commit cec97c27083c00070513914a0063de349f0afcbb
1 parent
72f984e3
Exists in
master
and in
4 other branches
we dont show commit message on tags page any more
Showing
1 changed file
with
0 additions
and
6 deletions
Show diff stats
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 | ... | ... |