From: Jean-Philippe Lang Date: Sat, 17 Jan 2015 14:55:37 +0000 (+0000) Subject: Missing fixtures. X-Git-Tag: 3.0.0~131 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ea8b706978b490fc54cde8e14dcde2a748dec1a;p=redmine.git Missing fixtures. git-svn-id: http://svn.redmine.org/redmine/trunk@13891 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/comment_test.rb b/test/unit/comment_test.rb index f99ef15ba..9ffc213ef 100644 --- a/test/unit/comment_test.rb +++ b/test/unit/comment_test.rb @@ -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)