summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/unit/comment_test.rb2
1 files changed, 1 insertions, 1 deletions
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)