openstreetmap-website/test/unit/diary_comment_test.rb
2012-03-07 15:59:07 +00:00

10 lines
226 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class DiaryCommentTest < ActiveSupport::TestCase
api_fixtures
fixtures :diary_comments
def test_diary_comment_count
assert_equal 3, DiaryComment.count
end
end