mirror of
https://github.com/redmine/redmine.git
synced 2026-03-06 12:31:40 +01:00
Missing fixtures.
git-svn-id: http://svn.redmine.org/redmine/trunk@13891 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
require File.expand_path('../../test_helper', __FILE__)
|
||||
|
||||
class CommentTest < ActiveSupport::TestCase
|
||||
fixtures :users, :news, :comments, :projects, :enabled_modules
|
||||
fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules
|
||||
|
||||
def setup
|
||||
@jsmith = User.find(2)
|
||||
|
||||
Reference in New Issue
Block a user