test/unit/xml_required_test.rb in roxml-2.5.1 vs test/unit/xml_required_test.rb in roxml-2.5.2
- old
+ new
@@ -1,7 +1,7 @@
require File.join(File.dirname(__FILE__), '..', 'test_helper')
-class TestXMLRequired < Test::Unit::TestCase
+class TestXMLRequired < ActiveSupport::TestCase
def setup
@full_book = <<BOOK
<book ISBN="1234">
<title>This & that</title>
<contributor_array>
\ No newline at end of file