diff options
author | Go MAEDA <maeda@farend.jp> | 2018-11-29 06:52:33 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-11-29 06:52:33 +0000 |
commit | 9b682c2537bfdfe327febe03db5fbe2facdc0003 (patch) | |
tree | 46807de8b4923f608f1e5cb9e44e269122af5c31 /test | |
parent | 4770fa5b6a12f78a5c055efc8a7bf47555496426 (diff) | |
download | redmine-9b682c2537bfdfe327febe03db5fbe2facdc0003.tar.gz redmine-9b682c2537bfdfe327febe03db5fbe2facdc0003.zip |
Add missing fixtures for test_create_should_send_notification (#29990).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@17648 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/comment_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/comment_test.rb b/test/unit/comment_test.rb index fe9776fc3..182173866 100644 --- a/test/unit/comment_test.rb +++ b/test/unit/comment_test.rb @@ -18,7 +18,8 @@ require File.expand_path('../../test_helper', __FILE__) class CommentTest < ActiveSupport::TestCase - fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules + fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules, + :user_preferences, :roles, :members, :member_roles def setup @jsmith = User.find(2) |