summaryrefslogtreecommitdiff
path: root/test/rexml/test_pullparser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_pullparser.rb')
-rw-r--r--test/rexml/test_pullparser.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_pullparser.rb b/test/rexml/test_pullparser.rb
index 03c95642e4..31ee019295 100644
--- a/test/rexml/test_pullparser.rb
+++ b/test/rexml/test_pullparser.rb
@@ -2,6 +2,7 @@ require "test/unit/testcase"
require 'rexml/parsers/pullparser'
+module REXML
class PullParserTester < Test::Unit::TestCase
include REXML
def test_basics
@@ -98,3 +99,4 @@ class PullParserTester < Test::Unit::TestCase
assert_equal( 0, names.length )
end
end
+end