diff options
| -rw-r--r-- | actionview/test/actionpack/capture_test.rb (renamed from actionpack/test/controller/capture_test.rb) | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/actionpack/test/controller/capture_test.rb b/actionview/test/actionpack/capture_test.rb index 72263156d9..c03cccf187 100644 --- a/actionpack/test/controller/capture_test.rb +++ b/actionview/test/actionpack/capture_test.rb @@ -2,6 +2,8 @@ require 'abstract_unit'  require 'active_support/logger'  class CaptureController < ActionController::Base +  self.view_paths = [ File.dirname(__FILE__) + '/../fixtures/actionpack/' ] +    def self.controller_name; "test"; end    def self.controller_path; "test"; end | 
