##// END OF EJS Templates
Missing fixtures....
Jean-Philippe Lang -
r13509:3ea8b706978b
parent child
Show More
@@ -18,7 +18,7
18 require File.expand_path('../../test_helper', __FILE__)
18 require File.expand_path('../../test_helper', __FILE__)
19
19
20 class CommentTest < ActiveSupport::TestCase
20 class CommentTest < ActiveSupport::TestCase
21 fixtures :users, :news, :comments, :projects, :enabled_modules
21 fixtures :users, :email_addresses, :news, :comments, :projects, :enabled_modules
22
22
23 def setup
23 def setup
24 @jsmith = User.find(2)
24 @jsmith = User.find(2)
General Comments 0
You need to be logged in to leave comments. Login now