aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/view_paths_test.rb
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-01-14 18:11:38 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-01-17 10:04:37 -0200
commitbc50cb31d6b1064463b371cf428e7eb6fcbf2fd3 (patch)
treeb4c64f9454c6cf00963fda0bed0cd30ddb16707d /actionpack/test/controller/view_paths_test.rb
parent4280b20cde6d0ec4694f25288832d098c83cceba (diff)
downloadrails-bc50cb31d6b1064463b371cf428e7eb6fcbf2fd3.tar.gz
rails-bc50cb31d6b1064463b371cf428e7eb6fcbf2fd3.tar.bz2
rails-bc50cb31d6b1064463b371cf428e7eb6fcbf2fd3.zip
Remove old compatibility methods not being used
Diffstat (limited to 'actionpack/test/controller/view_paths_test.rb')
-rw-r--r--actionpack/test/controller/view_paths_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/actionpack/test/controller/view_paths_test.rb b/actionpack/test/controller/view_paths_test.rb
index 872f171c42..77b928d368 100644
--- a/actionpack/test/controller/view_paths_test.rb
+++ b/actionpack/test/controller/view_paths_test.rb
@@ -24,16 +24,9 @@ class ViewLoadPathsTest < ActionController::TestCase
end
def setup
- # TestController.view_paths = nil
-
@request = ActionController::TestRequest.new
@response = ActionController::TestResponse.new
-
@controller = TestController.new
- # Following is needed in order to setup @controller.template object properly
- @controller.send :assign_shortcuts, @request, @response
- @controller.send :initialize_template_class, @response
-
@paths = TestController.view_paths
end