1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 01:11:12 +00:00

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
This commit is contained in:
Go MAEDA 2018-11-29 06:52:33 +00:00
parent 4770fa5b6a
commit 9b682c2537

View File

@ -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)