X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f2d13c075660efb9582d7fb600bd6798d7a382ca..bc056a5e986df1efbbffa17df7c39e5201064537:/test/models/diary_comment_test.rb diff --git a/test/models/diary_comment_test.rb b/test/models/diary_comment_test.rb index e96c12230..a32c153f9 100644 --- a/test/models/diary_comment_test.rb +++ b/test/models/diary_comment_test.rb @@ -1,9 +1,9 @@ -require 'test_helper' +require "test_helper" class DiaryCommentTest < ActiveSupport::TestCase api_fixtures fixtures :diary_comments - + def test_diary_comment_count assert_equal 4, DiaryComment.count end