summaryrefslogtreecommitdiffstats
path: root/test/unit/mailer_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-02-07 08:25:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-02-07 08:25:31 +0000
commit41e1758b005abbf02defd015a2002d4189075a7c (patch)
tree0c269e3043d4c0a9d316638d7a371c3c657feb96 /test/unit/mailer_test.rb
parent8119dcb0f57cac8884a650af40b53cf92ca76d14 (diff)
downloadredmine-41e1758b005abbf02defd015a2002d4189075a7c.tar.gz
redmine-41e1758b005abbf02defd015a2002d4189075a7c.zip
Renamed test (#18983).
git-svn-id: http://svn.redmine.org/redmine/trunk@13967 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/mailer_test.rb')
-rw-r--r--test/unit/mailer_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mailer_test.rb b/test/unit/mailer_test.rb
index 3995190f8..3dd2a2963 100644
--- a/test/unit/mailer_test.rb
+++ b/test/unit/mailer_test.rb
@@ -633,7 +633,7 @@ class MailerTest < ActiveSupport::TestCase
end
end
- def test_reminders_for_versions
+ def test_reminders_with_version_option
with_settings :default_language => 'en' do
version = Version.generate!(:name => 'Acme', :project_id => 1)
Issue.generate!(:assigned_to => User.find(2), :due_date => 5.days.from_now)