aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_attributes.rb')
-rw-r--r--test/rexml/test_attributes.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_attributes.rb b/test/rexml/test_attributes.rb
index f9c09876f7..ed8d8e1083 100644
--- a/test/rexml/test_attributes.rb
+++ b/test/rexml/test_attributes.rb
@@ -1,6 +1,7 @@
require 'test/unit/testcase'
require 'rexml/document'
+module REXML
class AttributesTester < Test::Unit::TestCase
include REXML
def test_accessor
@@ -218,3 +219,4 @@ XML
child.attributes.to_a.collect(&:to_string).sort)
end
end
+end