From fa5b34ed227d81c105495658fe3b9741b2eff489 Mon Sep 17 00:00:00 2001 From: Neeraj Singh Date: Wed, 8 Jun 2011 22:49:38 -0400 Subject: remove unused user_controller from test --- actionpack/test/controller/action_pack_assertions_test.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'actionpack/test') diff --git a/actionpack/test/controller/action_pack_assertions_test.rb b/actionpack/test/controller/action_pack_assertions_test.rb index 7f3d943bba..a714e8bbcc 100644 --- a/actionpack/test/controller/action_pack_assertions_test.rb +++ b/actionpack/test/controller/action_pack_assertions_test.rb @@ -100,9 +100,6 @@ class AssertResponseWithUnexpectedErrorController < ActionController::Base end end -class UserController < ActionController::Base -end - module Admin class InnerModuleController < ActionController::Base def index -- cgit v1.2.3