Fix new schema test dependency on Hash#to_xml

This commit is contained in:
Jeremy Kemper 2009-12-23 23:30:59 -08:00
parent aa3565f3a6
commit 46b376962f
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
require 'abstract_unit'
require 'active_support/core_ext/hash/conversions'
require "fixtures/person"
require "fixtures/street_address"