mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix new schema test dependency on Hash#to_xml
This commit is contained in:
parent
aa3565f3a6
commit
46b376962f
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'abstract_unit'
|
||||
require 'active_support/core_ext/hash/conversions'
|
||||
require "fixtures/person"
|
||||
require "fixtures/street_address"
|
||||
|
||||
|
|
Loading…
Reference in a new issue