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

Missing fixtures.

git-svn-id: http://svn.redmine.org/redmine/trunk@13891 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-01-17 14:55:37 +00:00
parent 471df16f9c
commit 3ea8b70697

View File

@ -18,7 +18,7 @@
require File.expand_path('../../test_helper', __FILE__) require File.expand_path('../../test_helper', __FILE__)
class CommentTest < ActiveSupport::TestCase class CommentTest < ActiveSupport::TestCase
fixtures :users, :news, :comments, :projects, :enabled_modules fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules
def setup def setup
@jsmith = User.find(2) @jsmith = User.find(2)