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