Commit ea8886c04044dda58e0f085f96170a166090162e

Authored by AntonioTerceiro
1 parent 5e18de25

ActionItem114: fixing test



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@855 3f533792-8f58-4932-b0fe-aaf55b0a4547
test/functional/profile_admin_controller_test.rb
@@ -6,6 +6,7 @@ class ProfileAdminController; def rescue_action(e) raise e end; end @@ -6,6 +6,7 @@ class ProfileAdminController; def rescue_action(e) raise e end; end
6 6
7 class OnlyForPersonTestController < ProfileAdminController 7 class OnlyForPersonTestController < ProfileAdminController
8 requires_profile_class Person 8 requires_profile_class Person
  9 + design :holder => :profile
9 def index 10 def index
10 render :text => '<div>something</div>' 11 render :text => '<div>something</div>'
11 end 12 end