From 05b9382e292d8b5aeee00304876c1f4e9fc87de5 Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Thu, 4 Mar 2010 01:12:16 -0800 Subject: Update the ActionMailer tests to run off of the latest ActionController config refactor --- actionmailer/test/old_base/url_test.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'actionmailer/test/old_base/url_test.rb') diff --git a/actionmailer/test/old_base/url_test.rb b/actionmailer/test/old_base/url_test.rb index a719248599..60740d6b0b 100644 --- a/actionmailer/test/old_base/url_test.rb +++ b/actionmailer/test/old_base/url_test.rb @@ -13,6 +13,10 @@ end class TestMailer < ActionMailer::Base default_url_options[:host] = 'www.basecamphq.com' + configure do |c| + c.assets_dir = '' # To get the tests to pass + end + def signed_up_with_url(recipient) @recipients = recipient @subject = "[Signed up] Welcome #{recipient}" -- cgit v1.2.3