aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/old_base/url_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/old_base/url_test.rb')
-rw-r--r--actionmailer/test/old_base/url_test.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/test/old_base/url_test.rb b/actionmailer/test/old_base/url_test.rb
index 5affb47997..ad8b1109c9 100644
--- a/actionmailer/test/old_base/url_test.rb
+++ b/actionmailer/test/old_base/url_test.rb
@@ -1,9 +1,12 @@
require 'abstract_unit'
+require 'action_controller'
class WelcomeController < ActionController::Base
end
class TestMailer < ActionMailer::Base
+ include ActionController::UrlFor
+
default_url_options[:host] = 'www.basecamphq.com'
def signed_up_with_url(recipient)