diff --git a/test/unit/published_article_test.rb b/test/unit/published_article_test.rb index 3ed9a66..af1660b 100644 --- a/test/unit/published_article_test.rb +++ b/test/unit/published_article_test.rb @@ -127,7 +127,7 @@ class PublishedArticleTest < ActiveSupport::TestCase a = fast_create(Article, :name => 'my article', :profile_id => prof.id) a.expects(:body).returns('
the first paragraph of the article
The second paragraph') p = PublishedArticle.create(:reference_article => a, :profile => prof) - assert_equal 'the first paragraph of the article
', p.first_paragraph + assert_equal 'the first paragraph of the article', p.first_paragraph end end -- libgit2 0.21.2