From 35568d4d65759265aeb2804752d80af221cc6e5e Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 31 Aug 2010 17:31:57 -0300 Subject: [PATCH] fix another test --- test/unit/published_article_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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