From 3431ab2da389c8d1acc268694fd97c0d598a8c0b Mon Sep 17 00:00:00 2001 From: zmagod Date: Tue, 24 Apr 2018 09:53:26 +0200 Subject: [PATCH] fix failing spec --- spec/services/smart_annotations/tag_to_html_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/services/smart_annotations/tag_to_html_spec.rb b/spec/services/smart_annotations/tag_to_html_spec.rb index a15f3f25e..6fbc5665e 100644 --- a/spec/services/smart_annotations/tag_to_html_spec.rb +++ b/spec/services/smart_annotations/tag_to_html_spec.rb @@ -15,7 +15,7 @@ describe SmartAnnotations::TagToHtml do describe 'Parsed text' do it 'returns a existing string with smart annotation' do expect(subject.html).to eq( - "My annotation of PRJ"\ + "My annotation of Prj "\ "my project" ) end