Commit f994c62bb25ccdfa4dd09b274cc475e0f872381d
1 parent
c5ab3491
Exists in
master
and in
29 other branches
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,7 +345,7 @@ class ProfileTest < Test::Unit::TestCase | ||
345 | t2 = c.tasks.build | 345 | t2 = c.tasks.build |
346 | t2.save! | 346 | t2.save! |
347 | 347 | ||
348 | - assert_equal [t1, t2]. c.tasks | 348 | + assert_equal [t1, t2], c.tasks |
349 | end | 349 | end |
350 | 350 | ||
351 | should 'have pending tasks' do | 351 | should 'have pending tasks' do |