Commit ea8886c04044dda58e0f085f96170a166090162e
1 parent
5e18de25
Exists in
master
and in
29 other branches
ActionItem114: fixing test
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@855 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
test/functional/profile_admin_controller_test.rb
... | ... | @@ -6,6 +6,7 @@ class ProfileAdminController; def rescue_action(e) raise e end; end |
6 | 6 | |
7 | 7 | class OnlyForPersonTestController < ProfileAdminController |
8 | 8 | requires_profile_class Person |
9 | + design :holder => :profile | |
9 | 10 | def index |
10 | 11 | render :text => '<div>something</div>' |
11 | 12 | end | ... | ... |