From d954ee21b8d5718794d6e23c1d77e90b77bf0e34 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 3 Jul 2006 21:14:04 +0000 Subject: Add forgotten test/abstract_unit git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4533 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionmailer/test/abstract_unit.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 actionmailer/test/abstract_unit.rb (limited to 'actionmailer/test') diff --git a/actionmailer/test/abstract_unit.rb b/actionmailer/test/abstract_unit.rb new file mode 100644 index 0000000000..c705f1c8bd --- /dev/null +++ b/actionmailer/test/abstract_unit.rb @@ -0,0 +1,7 @@ +require 'test/unit' + +$:.unshift "#{File.dirname(__FILE__)}/../lib" +require 'action_mailer' + +$:.unshift "#{File.dirname(__FILE__)}/fixtures/helpers" +ActionMailer::Base.template_root = "#{File.dirname(__FILE__)}/fixtures" -- cgit v1.2.3