test/unit/xml_hash_test.rb in roxml-2.5.1 vs test/unit/xml_hash_test.rb in roxml-2.5.2
- old
+ new
@@ -5,10 +5,10 @@
xml_reader :contributors, {:key => {:attr => 'role'},
:value => 'name'}
end
-class TestXMLHash < Test::Unit::TestCase
+class TestXMLHash < ActiveSupport::TestCase
def setup
@contents = {'quaquaversally' => 'adjective: (of a geological formation) sloping downward from the center in all directions.',
'tergiversate' => 'To use evasions or ambiguities; equivocate.'}
end
\ No newline at end of file