]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/diary_comment_test.rb
Load api fixtures in tag model tests
[rails.git] / test / models / diary_comment_test.rb
index aa03dc66c485810834beb1e7a5ce246567e7be84..162cfa833f2d372fac33a6217db1cf1b3a530921 100644 (file)
@@ -1,6 +1,13 @@
 require "test_helper"
 
 class DiaryCommentTest < ActiveSupport::TestCase
+  fixtures :users
+
+  def setup
+    # Create the default language for diary entries
+    create(:language, :code => "en")
+  end
+
   test "body must be present" do
     comment = build(:diary_comment, :body => "")
     assert_not comment.valid?