summaryrefslogtreecommitdiffstats
path: root/test/unit/mail_handler_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2018-12-13 17:54:40 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2018-12-13 17:54:40 +0000
commit7145e6d09a2e3cbab3b08eb0f49abef1bb17a7c1 (patch)
treeec0b7bbd0c063bb4f285f3267af56fbf038dca6d /test/unit/mail_handler_test.rb
parentb97770dc5cc46948b66a0eeae5c6597cc89c6c0a (diff)
downloadredmine-7145e6d09a2e3cbab3b08eb0f49abef1bb17a7c1.tar.gz
redmine-7145e6d09a2e3cbab3b08eb0f49abef1bb17a7c1.zip
Test failure.
git-svn-id: http://svn.redmine.org/redmine/trunk@17731 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/mail_handler_test.rb')
-rw-r--r--test/unit/mail_handler_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/mail_handler_test.rb b/test/unit/mail_handler_test.rb
index 2bb386378..0feb23d90 100644
--- a/test/unit/mail_handler_test.rb
+++ b/test/unit/mail_handler_test.rb
@@ -27,7 +27,7 @@ class MailHandlerTest < ActiveSupport::TestCase
:workflows, :trackers, :projects_trackers,
:versions, :enumerations, :issue_categories,
:custom_fields, :custom_fields_trackers, :custom_fields_projects, :custom_values,
- :boards, :messages
+ :boards, :messages, :watchers
FIXTURES_PATH = File.dirname(__FILE__) + '/../fixtures/mail_handler'