diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-03 16:01:53 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-08-03 16:01:53 +0000 |
commit | 16969fdbbb08403f6c11404085561fdbd565b487 (patch) | |
tree | c5e055303411f2d0bb90a2f73c7736dea81d4cf6 /test | |
parent | 13234f85521d3d8a673fecda3e1a1f4abd1025b8 (diff) | |
download | redmine-16969fdbbb08403f6c11404085561fdbd565b487.tar.gz redmine-16969fdbbb08403f6c11404085561fdbd565b487.zip |
Show the number of days in the subject line of Reminder emails.
i18n check needed.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3907 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/mailer_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb index f1fc2502f..a5932d325 100644 --- a/test/unit/mailer_test.rb +++ b/test/unit/mailer_test.rb @@ -352,6 +352,7 @@ class MailerTest < ActiveSupport::TestCase mail = ActionMailer::Base.deliveries.last assert mail.bcc.include?('dlopper@somenet.foo') assert mail.body.include?('Bug #3: Error 281 when updating a recipe') + assert_equal '1 issue(s) due in the next 42 days', mail.subject end def last_email |