aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_martin_fowler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_martin_fowler.rb')
-rw-r--r--test/rexml/test_martin_fowler.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/rexml/test_martin_fowler.rb b/test/rexml/test_martin_fowler.rb
index 1b29c3df88..70d81bdd50 100644
--- a/test/rexml/test_martin_fowler.rb
+++ b/test/rexml/test_martin_fowler.rb
@@ -1,6 +1,7 @@
require 'test/unit'
require 'rexml/document'
+module REXML
class OrderTester < Test::Unit::TestCase
DOC = <<END
<paper>
@@ -35,3 +36,4 @@ END
assert_equal 'fig4', @figs[3].attributes['src']
end
end
+end