Commit 65b230c55dd069f5bd0eb61609364223f2ff4fa3

Authored by AntonioTerceiro
1 parent 49f77753

ActionItem8: testing info



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@418 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
test/unit/profile_test.rb
... ... @@ -100,4 +100,8 @@ class ProfileTest < Test::Unit::TestCase
100 100 assert !Comatose::Page.find_by_path('to_be_removed')
101 101 end
102 102  
  103 + def test_should_define_info
  104 + assert_nil Profile.new.info
  105 + end
  106 +
103 107 end
... ...