aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/addresses_render_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/addresses_render_test.rb')
-rw-r--r--actionpack/test/controller/addresses_render_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/controller/addresses_render_test.rb b/actionpack/test/controller/addresses_render_test.rb
index df87182082..b26cae24fb 100644
--- a/actionpack/test/controller/addresses_render_test.rb
+++ b/actionpack/test/controller/addresses_render_test.rb
@@ -19,8 +19,6 @@ class AddressesTestController < ActionController::Base
def self.controller_path; "addresses"; end
end
-AddressesTestController.view_paths = [FIXTURE_LOAD_PATH]
-
class AddressesTest < Test::Unit::TestCase
def setup
@controller = AddressesTestController.new