Commit 5470173713fffb220a3a11f3f4e1d0d2c0635f72

Authored by AntonioTerceiro
1 parent a1b21386

ActionItem16: adding pending test



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@826 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
test/unit/organization_test.rb
... ... @@ -60,4 +60,8 @@ class OrganizationTest < Test::Unit::TestCase
60 60 assert_equal 'test@example.com', org.contact_email
61 61 end
62 62  
  63 + should 'list pending enterprise validations' do
  64 + flunk 'not yet'
  65 + end
  66 +
63 67 end
... ...