Commit b02c21df authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
parent b2d1e97d
...@@ -60,7 +60,7 @@ describe GitlabMarkdownHelper do ...@@ -60,7 +60,7 @@ describe GitlabMarkdownHelper do
end end
it "should link using a short id" do it "should link using a short id" do
actual = "Backported from #{commit.short_id(6)}" actual = "Backported from #{commit.short_id}"
gfm(actual).should match(expected) gfm(actual).should match(expected)
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment