From 6893c23f48d2707714240a1ae2a410a0661aa3a5 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Tue, 19 Mar 2013 10:53:32 +0530 Subject: drop an unused hash; change slang to SPECIAL --- actionmailer/test/mailers/base_mailer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionmailer') diff --git a/actionmailer/test/mailers/base_mailer.rb b/actionmailer/test/mailers/base_mailer.rb index 504ca36483..20b6671283 100644 --- a/actionmailer/test/mailers/base_mailer.rb +++ b/actionmailer/test/mailers/base_mailer.rb @@ -119,7 +119,7 @@ class BaseMailer < ActionMailer::Base def without_mail_call end - def with_nil_as_return_value(hash = {}) + def with_nil_as_return_value mail(:template_name => "welcome") nil end -- cgit v1.2.3