Move AP's capture tests to AV

This commit is contained in:
Łukasz Strzałkowski 2013-08-07 00:20:33 +02:00
parent c9ef9c1442
commit 1e001b1db3
1 changed files with 2 additions and 0 deletions

View File

@ -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