X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/04591aed9f134e65bd31a43dcfa1864fd7dea278..f8ed06b10dadae1a6e3942bbd29e5193437c8ea9:/test/models/diary_comment_test.rb diff --git a/test/models/diary_comment_test.rb b/test/models/diary_comment_test.rb index aa03dc66c..c40d5eb03 100644 --- a/test/models/diary_comment_test.rb +++ b/test/models/diary_comment_test.rb @@ -1,6 +1,11 @@ require "test_helper" class DiaryCommentTest < ActiveSupport::TestCase + 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?