From 7313bafe86b8fb75059a412e96bac17fb4b04b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 15 Oct 2014 01:00:27 +0200 Subject: [PATCH] update notifier helper spec expecatations to redcarpet 3.2 --- spec/helpers/notifier_helper_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/helpers/notifier_helper_spec.rb b/spec/helpers/notifier_helper_spec.rb index 542f7a150..2edd221cd 100644 --- a/spec/helpers/notifier_helper_spec.rb +++ b/spec/helpers/notifier_helper_spec.rb @@ -14,7 +14,7 @@ describe NotifierHelper, :type => :helper do # post for markdown test @markdown_post = FactoryGirl.create(:status_message) @markdown_post.text = "[link](http://diasporafoundation.org) **bold text** *other text*" - @striped_markdown_post = "link bold text other text" + @striped_markdown_post = "link (http://diasporafoundation.org) bold text other text" end it 'truncates in the post' do @@ -37,7 +37,7 @@ describe NotifierHelper, :type => :helper do # comment for markdown test @markdown_comment = FactoryGirl.create(:comment) @markdown_comment.text = "[link](http://diasporafoundation.org) **bold text** *other text*" - @striped_markdown_comment = "link bold text other text" + @striped_markdown_comment = "link (http://diasporafoundation.org) bold text other text" end it 'truncates in the comment' do