summaryrefslogtreecommitdiff
path: root/test/rexml/test_elements.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_elements.rb')
-rw-r--r--test/rexml/test_elements.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_elements.rb b/test/rexml/test_elements.rb
index e5e209ecdc..878c848765 100644
--- a/test/rexml/test_elements.rb
+++ b/test/rexml/test_elements.rb
@@ -1,6 +1,7 @@
require 'test/unit/testcase'
require 'rexml/document'
+module REXML
class ElementsTester < Test::Unit::TestCase
include REXML
def test_accessor
@@ -114,3 +115,4 @@ class ElementsTester < Test::Unit::TestCase
assert_equal 6, r
end
end
+end