From 13e2837d0c7232aafb2bc08b990ff6615462264d Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Tue, 31 Aug 2010 15:36:52 -0300 Subject: [PATCH] Adjusting test --- test/unit/article_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/article_test.rb b/test/unit/article_test.rb index 381e426..9f18cc6 100644 --- a/test/unit/article_test.rb +++ b/test/unit/article_test.rb @@ -90,7 +90,7 @@ class ArticleTest < Test::Unit::TestCase profile = create_user('testinguser').person a = fast_create(Article, :name => 'my article', :profile_id => profile.id) a.expects(:body).returns('

the first paragraph of the article

The second paragraph') - assert_equal '

the first paragraph of the article

', a.first_paragraph + assert_equal 'the first paragraph of the article', a.first_paragraph end should 'inform the icon to be used' do -- libgit2 0.21.2