aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/xpath/test_attribute.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/xpath/test_attribute.rb')
-rw-r--r--test/rexml/xpath/test_attribute.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/xpath/test_attribute.rb b/test/rexml/xpath/test_attribute.rb
index 81a39bb9d2..666dcfbf15 100644
--- a/test/rexml/xpath/test_attribute.rb
+++ b/test/rexml/xpath/test_attribute.rb
@@ -1,6 +1,7 @@
require 'test/unit'
require 'rexml/document'
+module REXML
class TestXPathAttribute < Test::Unit::TestCase
def setup
@xml = <<-XML
@@ -25,3 +26,4 @@ class TestXPathAttribute < Test::Unit::TestCase
assert_equal(["child2"], children.collect(&:text))
end
end
+end