X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1ea64ea977b08e5393d469707e268aee260acd2f..98184dfb9cacc74ac5bcb91a41a2d5804b3f4f7d:/test/models/diary_comment_test.rb diff --git a/test/models/diary_comment_test.rb b/test/models/diary_comment_test.rb new file mode 100644 index 000000000..e96c12230 --- /dev/null +++ b/test/models/diary_comment_test.rb @@ -0,0 +1,10 @@ +require 'test_helper' + +class DiaryCommentTest < ActiveSupport::TestCase + api_fixtures + fixtures :diary_comments + + def test_diary_comment_count + assert_equal 4, DiaryComment.count + end +end