mirror of
https://github.com/meineerde/redmine.git
synced 2026-04-01 21:51:14 +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:
parent
4770fa5b6a
commit
9b682c2537
@ -18,7 +18,8 @@
|
|||||||
require File.expand_path('../../test_helper', __FILE__)
|
require File.expand_path('../../test_helper', __FILE__)
|
||||||
|
|
||||||
class CommentTest < ActiveSupport::TestCase
|
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
|
def setup
|
||||||
@jsmith = User.find(2)
|
@jsmith = User.find(2)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user