diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index 8fddc53cd..13cf1ca71 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -53,7 +53,7 @@ describe "#render_markdown" do it "converts markdown to html" do text = "This is some **bold** text with a [link](/a-page)" - expected_html = "\n
This is some bold text with a link
\n\nThis is some bold text with a link
\n\n