test/unit/xml_attribute_test.rb in roxml-2.5.3 vs test/unit/xml_attribute_test.rb in roxml-3.1.0
- old
+ new
@@ -1,5 +1,5 @@
-require File.join(File.dirname(__FILE__), '..', 'test_helper')
+require 'test/test_helper'
class TestXMLAttribute < ActiveSupport::TestCase
def test_attr_from
# :attr => *
book = Book.from_xml(fixture(:book_text_with_attribute))
\ No newline at end of file