From f994c62bb25ccdfa4dd09b274cc475e0f872381d Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 22 Feb 2008 23:06:35 +0000 Subject: [PATCH] ActionItem36: fixing typo --- test/unit/profile_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/profile_test.rb b/test/unit/profile_test.rb index ef5e470..2fa898d 100644 --- a/test/unit/profile_test.rb +++ b/test/unit/profile_test.rb @@ -345,7 +345,7 @@ class ProfileTest < Test::Unit::TestCase t2 = c.tasks.build t2.save! - assert_equal [t1, t2]. c.tasks + assert_equal [t1, t2], c.tasks end should 'have pending tasks' do -- libgit2 0.21.2