Commit f994c62bb25ccdfa4dd09b274cc475e0f872381d

Authored by AntonioTerceiro
1 parent c5ab3491

ActionItem36: fixing typo


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1485 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test/unit/profile_test.rb
... ... @@ -345,7 +345,7 @@ class ProfileTest < Test::Unit::TestCase
345 345 t2 = c.tasks.build
346 346 t2.save!
347 347  
348   - assert_equal [t1, t2]. c.tasks
  348 + assert_equal [t1, t2], c.tasks
349 349 end
350 350  
351 351 should 'have pending tasks' do
... ...