summaryrefslogtreecommitdiff
path: root/test/rexml/test_functions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_functions.rb')
-rw-r--r--test/rexml/test_functions.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_functions.rb b/test/rexml/test_functions.rb
index 2b14e0a6ad..9e2df8c133 100644
--- a/test/rexml/test_functions.rb
+++ b/test/rexml/test_functions.rb
@@ -2,6 +2,7 @@ require "test/unit/testcase"
require "rexml/document"
+module REXML
class FunctionsTester < Test::Unit::TestCase
include REXML
def test_functions
@@ -220,3 +221,4 @@ class FunctionsTester < Test::Unit::TestCase
assert_equal( [REXML::Comment.new("COMMENT A")], m )
end
end
+end