From ea8886c04044dda58e0f085f96170a166090162e Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 7 Nov 2007 18:05:11 +0000 Subject: [PATCH] ActionItem114: fixing test --- test/functional/profile_admin_controller_test.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/functional/profile_admin_controller_test.rb b/test/functional/profile_admin_controller_test.rb index d71014b..c2e05e9 100644 --- a/test/functional/profile_admin_controller_test.rb +++ b/test/functional/profile_admin_controller_test.rb @@ -6,6 +6,7 @@ class ProfileAdminController; def rescue_action(e) raise e end; end class OnlyForPersonTestController < ProfileAdminController requires_profile_class Person + design :holder => :profile def index render :text => '
something
' end -- libgit2 0.21.2