openstreetmap-website/test/models/diary_comment_test.rb
2015-02-20 19:47:26 +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