aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorVishnu Atrai <me@vishnuatrai.com>2011-05-22 09:29:31 +0530
committerVishnu Atrai <me@vishnuatrai.com>2011-05-22 10:20:45 +0530
commit7bf9d6f3a84f72912b96c4ad38cbe42532f559e1 (patch)
tree5ae944a41596293aa3d00f310b30e58c8d7b7655 /activesupport
parent82857adc56efd16d22821971fff4c5e24a3c5b55 (diff)
downloadrails-7bf9d6f3a84f72912b96c4ad38cbe42532f559e1.tar.gz
rails-7bf9d6f3a84f72912b96c4ad38cbe42532f559e1.tar.bz2
rails-7bf9d6f3a84f72912b96c4ad38cbe42532f559e1.zip
test fix jdom_engine_test
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/xml_mini/jdom_engine_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/xml_mini/jdom_engine_test.rb b/activesupport/test/xml_mini/jdom_engine_test.rb
index b745228994..6b1edcbc9b 100644
--- a/activesupport/test/xml_mini/jdom_engine_test.rb
+++ b/activesupport/test/xml_mini/jdom_engine_test.rb
@@ -1,5 +1,6 @@
require 'abstract_unit'
require 'active_support/xml_mini'
+require 'active_support/core_ext/hash/conversions'
if RUBY_PLATFORM =~ /java/