aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/capture_test.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2008-07-12 14:11:51 -0500
committerJoshua Peek <josh@joshpeek.com>2008-07-12 14:11:51 -0500
commit30204c4e66cea989c4ee48b52c8827c79e98f14a (patch)
tree67732754c6a7deb6d2efbcaae0a9b3ba60ff8920 /actionpack/test/controller/capture_test.rb
parent65fb2e76f2c4571b04458c7bf6a0c815972232ab (diff)
downloadrails-30204c4e66cea989c4ee48b52c8827c79e98f14a.tar.gz
rails-30204c4e66cea989c4ee48b52c8827c79e98f14a.tar.bz2
rails-30204c4e66cea989c4ee48b52c8827c79e98f14a.zip
Set global ActionController::Base.view_paths for test cases
Diffstat (limited to 'actionpack/test/controller/capture_test.rb')
-rw-r--r--actionpack/test/controller/capture_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/controller/capture_test.rb b/actionpack/test/controller/capture_test.rb
index 87f9ce8ab3..5ded6a5d26 100644
--- a/actionpack/test/controller/capture_test.rb
+++ b/actionpack/test/controller/capture_test.rb
@@ -23,8 +23,6 @@ class CaptureController < ActionController::Base
def rescue_action(e) raise end
end
-CaptureController.view_paths = [FIXTURE_LOAD_PATH]
-
class CaptureTest < Test::Unit::TestCase
def setup
@controller = CaptureController.new