diff --git a/spec/helpers/markdown_helper_spec.rb b/spec/helpers/markdown_helper_spec.rb index e8f495ea..ba9d7514 100644 --- a/spec/helpers/markdown_helper_spec.rb +++ b/spec/helpers/markdown_helper_spec.rb @@ -63,6 +63,7 @@ describe MarkdownHelper, type: :helper do it "should not process any markup aside of links" do expect(question_markdown("**your account has been disabled**, [click here to enable it again](https://evil.example.com)")).to eq('

your account has been disabled, https://evil.example.com

') + expect(question_markdown("> the important question is: will it blend?")).to eq("

the important question is: will it blend?

") end it "should not raise an exception if an invalid link is processed" do