Commit 805693bf authored by Robert Speicher's avatar Robert Speicher

Remove invalid spec for GitlabMarkdownHelper

parent 90ab9262
......@@ -20,11 +20,6 @@ describe GitlabMarkdownHelper do
end
describe "#markdown" do
it "should forward HTML options to links" do
expect(markdown("Fixed in #{commit.id}", project: @project)).
to have_selector('a.gfm')
end
describe "referencing multiple objects" do
let(:actual) { "#{merge_request.to_reference} -> #{commit.to_reference} -> #{issue.to_reference}" }
......
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