X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/99ccffe4a9c0521d1202c4f0f1a37f8ef2dc0634..6ca22de4f2c68e4b14a6e2f0938a8657c33adc31:/test/models/diary_comment_test.rb diff --git a/test/models/diary_comment_test.rb b/test/models/diary_comment_test.rb index aeb054a02..c40d5eb03 100644 --- a/test/models/diary_comment_test.rb +++ b/test/models/diary_comment_test.rb @@ -1,7 +1,10 @@ require "test_helper" class DiaryCommentTest < ActiveSupport::TestCase - fixtures :users, :languages + 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 => "")