From 8612344834d40187f5bade4237cf6f3c60930deb Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 20 Aug 2013 01:17:45 +0000 Subject: fix `': Unit is not a module (TypeError) http://u64b.rubyci.org/~chkbuild/ruby-trunk/log/20130819T183302Z.log.html.gz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/test/unit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/test') diff --git a/lib/test/unit.rb b/lib/test/unit.rb index 9c12a44bb7..13a993fc6c 100644 --- a/lib/test/unit.rb +++ b/lib/test/unit.rb @@ -857,7 +857,7 @@ module Test end module MiniTest # :nodoc: all - module Unit + class Unit end end -- cgit v1.2.3