From 9b682c2537bfdfe327febe03db5fbe2facdc0003 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 29 Nov 2018 06:52:33 +0000 Subject: [PATCH] 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 --- test/unit/comment_test.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5