From f5b8e90a930df3161b0dca06fdb4c9fcad6cd50c Mon Sep 17 00:00:00 2001 From: zzak Date: Sat, 2 Feb 2013 05:32:46 +0000 Subject: [PATCH] * lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level module git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ lib/minitest/hell.rb | 2 +- lib/minitest/mock.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0cd7a75ee0..54a5503d20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 2 14:32:00 2013 Zachary Scott + + * lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level module + Sat Feb 2 14:05:00 2013 Zachary Scott * lib/debug.rb: Documentation for DEBUGGER__ class methods based on diff --git a/lib/minitest/hell.rb b/lib/minitest/hell.rb index b1c602c875..0e4101f3f8 100644 --- a/lib/minitest/hell.rb +++ b/lib/minitest/hell.rb @@ -5,7 +5,7 @@ # File a patch instead and assign it to Ryan Davis. ###################################################################### -class Minitest::Unit::TestCase +class Minitest::Unit::TestCase # :nodoc: class << self alias :old_test_order :test_order diff --git a/lib/minitest/mock.rb b/lib/minitest/mock.rb index 4c1b604425..c636b9e901 100644 --- a/lib/minitest/mock.rb +++ b/lib/minitest/mock.rb @@ -11,7 +11,7 @@ end # omg... worst bug ever. rdoc doesn't allow 1-liners ## # A simple and clean mock object framework. -module MiniTest +module MiniTest # :nodoc: ## # All mock objects are an instance of Mock