openstreetmap-website/test/unit/diary_comment_test.rb
2009-06-04 08:08:24 +00:00

11 lines
229 B
Ruby

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