aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_attributes_mixin.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_attributes_mixin.rb')
-rw-r--r--test/rexml/test_attributes_mixin.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_attributes_mixin.rb b/test/rexml/test_attributes_mixin.rb
index f0659eb6ed..03bf198ea5 100644
--- a/test/rexml/test_attributes_mixin.rb
+++ b/test/rexml/test_attributes_mixin.rb
@@ -1,6 +1,7 @@
require 'test/unit'
require 'rexml/document'
+module REXML
class TestAttributes < Test::Unit::TestCase
def setup
@ns_a = "urn:x-test:a"
@@ -27,3 +28,4 @@ class TestAttributes < Test::Unit::TestCase
assert_equal("6", @attributes.get_attribute_ns(@ns_b, "f").value)
end
end
+end