]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/diary_comment_test.rb
Merge remote-tracking branch 'openstreetmap/pull/1332'
[rails.git] / test / models / diary_comment_test.rb
index aa03dc66c485810834beb1e7a5ce246567e7be84..aeb054a02536a05d6f02d077b0366da380065aff 100644 (file)
@@ -1,6 +1,8 @@
 require "test_helper"
 
 class DiaryCommentTest < ActiveSupport::TestCase
+  fixtures :users, :languages
+
   test "body must be present" do
     comment = build(:diary_comment, :body => "")
     assert_not comment.valid?