aboutsummaryrefslogblamecommitdiffstats
path: root/actionmailer/test/abstract_unit.rb
blob: 75690b49ad25ed755728e434f26959d15d4d7163 (plain) (tree)
1
2
3
4
5
6
7
8
9
10




                                             


                                                              

                                                                       
require 'test/unit'

$:.unshift "#{File.dirname(__FILE__)}/../lib"
require 'action_mailer'

# Show backtraces for deprecated behavior for quicker cleanup.
ActiveSupport::Deprecation.debug = true

$:.unshift "#{File.dirname(__FILE__)}/fixtures/helpers"
ActionMailer::Base.template_root = "#{File.dirname(__FILE__)}/fixtures"