diff --git a/test/functional/profile_controller_test.rb b/test/functional/profile_controller_test.rb index 94b9a0b..ac6d24b 100644 --- a/test/functional/profile_controller_test.rb +++ b/test/functional/profile_controller_test.rb @@ -23,4 +23,10 @@ class ProfileControllerTest < Test::Unit::TestCase assert_kind_of Array, assigns(:friends) end + should 'list communities' + + should 'list environments' + + should 'list members (for organizations)' + end -- libgit2 0.21.2