mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix `<module:MiniTest>': 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
This commit is contained in:
parent
b8ef79884b
commit
8612344834
1 changed files with 1 additions and 1 deletions
|
|
@ -857,7 +857,7 @@ module Test
|
|||
end
|
||||
|
||||
module MiniTest # :nodoc: all
|
||||
module Unit
|
||||
class Unit
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue