X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e1f79d84adc413afa2a1a8d8d06fda9fa5151d49..34e3e51456774127d43408b7ab65c24f41373f62:/test/models/diary_comment_test.rb diff --git a/test/models/diary_comment_test.rb b/test/models/diary_comment_test.rb index e96c12230..bf778c27a 100644 --- a/test/models/diary_comment_test.rb +++ b/test/models/diary_comment_test.rb @@ -3,7 +3,7 @@ require 'test_helper' class DiaryCommentTest < ActiveSupport::TestCase api_fixtures fixtures :diary_comments - + def test_diary_comment_count assert_equal 4, DiaryComment.count end