test/unit/xml_construct_test.rb in roxml-2.5.1 vs test/unit/xml_construct_test.rb in roxml-2.5.2

- old
+ new

@@ -34,10 +34,10 @@ class InheritedBookWithDepthWithXmlConstruct < Book xml_reader :depth, MeasurementWithXmlConstruct end -class TestXMLConstruct < Test::Unit::TestCase +class TestXMLConstruct < ActiveSupport::TestCase def test_is_deprecated assert_deprecated do MeasurementWithXmlConstruct.xml_construction_args end end \ No newline at end of file