Commit 9dd118f132f480818a247987970742b5b9ebe9ac

Authored by AntonioTerceiro
1 parent fe8a6360

ActionItem172: marking pending tests


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1494 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
test/functional/profile_controller_test.rb
... ... @@ -23,4 +23,10 @@ class ProfileControllerTest < Test::Unit::TestCase
23 23 assert_kind_of Array, assigns(:friends)
24 24 end
25 25  
  26 + should 'list communities'
  27 +
  28 + should 'list environments'
  29 +
  30 + should 'list members (for organizations)'
  31 +
26 32 end
... ...