summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-18 18:11:19 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-01-18 18:11:19 +0000
commiteacd619f5f0c7572dd0d10ba3cb6844b708313f2 (patch)
treef5f431e00652d9ebd44c1acae2769eb2f70e4b49 /test/unit/mail_handler_test.rb
parent98683d009787cd42f257f28c559442ff8697f740 (diff)
downloadredmine-eacd619f5f0c7572dd0d10ba3cb6844b708313f2.tar.gz
redmine-eacd619f5f0c7572dd0d10ba3cb6844b708313f2.zip
add missing fixtures
git-svn-id: http://svn.redmine.org/redmine/trunk@13911 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/mail_handler_test.rb')
-rw-r--r--test/unit/mail_handler_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb
index bc7e0a0d0..f70128dd2 100644
--- a/test/unit/mail_handler_test.rb
+++ b/test/unit/mail_handler_test.rb
@@ -22,6 +22,7 @@ require File.expand_path('../../test_helper', __FILE__)
class MailHandlerTest < ActiveSupport::TestCase
fixtures :users, :projects, :enabled_modules, :roles,
:members, :member_roles, :users,
+ :email_addresses,
:issues, :issue_statuses,
:workflows, :trackers, :projects_trackers,
:versions, :enumerations, :issue_categories,