X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/19a9298855028b3edb95428d34470f45c92ce8d9..f6f00febf55c55e616b614a65fc75a4d9725bcd9:/test/models/diary_comment_test.rb diff --git a/test/models/diary_comment_test.rb b/test/models/diary_comment_test.rb index aa03dc66c..162cfa833 100644 --- a/test/models/diary_comment_test.rb +++ b/test/models/diary_comment_test.rb @@ -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?