openstreetmap-website/test/models/diary_comment_test.rb
2015-02-20 08:56:16 +00:00

10 lines
195 B
Ruby

require 'test_helper'
class DiaryCommentTest < ActiveSupport::TestCase
api_fixtures
fixtures :diary_comments
def test_diary_comment_count
assert_equal 4, DiaryComment.count
end
end