From 2e816a38d87a5efe4e0bdd6427dcc6dc720cf2c2 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Fri, 22 Feb 2008 23:05:27 +0000 Subject: [PATCH] ActionItem36: minor change to controller to NoosferoTest --- test/functional/friends_controller_test.rb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/functional/friends_controller_test.rb b/test/functional/friends_controller_test.rb index e9ffc94..c83089e 100644 --- a/test/functional/friends_controller_test.rb +++ b/test/functional/friends_controller_test.rb @@ -5,11 +5,7 @@ class FriendsController; def rescue_action(e) raise e end; end class FriendsControllerTest < Test::Unit::TestCase - include NoosferoTest - - def self.extra_parameters - { :profile => 'testuser' } - end + noosfero_test :profile => 'testuser' def setup @controller = FriendsController.new -- libgit2 0.21.2