From 45306441865722cb1ea2a08c514b743ce5d512aa Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 4 Oct 2009 05:44:27 +0000 Subject: wrap by a module. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_prettyprint.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test') diff --git a/test/test_prettyprint.rb b/test/test_prettyprint.rb index 42178e7d03..1d6b75a569 100644 --- a/test/test_prettyprint.rb +++ b/test/test_prettyprint.rb @@ -1,6 +1,8 @@ require 'prettyprint' require 'test/unit' +module PrettyPrintTest + class WadlerExample < Test::Unit::TestCase # :nodoc: def setup @tree = Tree.new("aaaa", Tree.new("bbbbb", Tree.new("ccc"), @@ -513,3 +515,5 @@ End end end + +end -- cgit v1.2.3