Also includes ConstantLookup dependency for controller and mailer tests

This commit is contained in:
Andy Lindeman 2012-09-25 18:04:09 -04:00
parent abfcdc65d9
commit 299e05706e
2 changed files with 2 additions and 0 deletions

@ -20,6 +20,7 @@ class TestCase < ActiveSupport::TestCase
module Behavior
extend ActiveSupport::Concern
include ActiveSupport::Testing::ConstantLookup
include TestHelper
included do

@ -356,6 +356,7 @@ class TestCase < ActiveSupport::TestCase
module Behavior
extend ActiveSupport::Concern
include ActionDispatch::TestProcess
include ActiveSupport::Testing::ConstantLookup
attr_reader :response, :request