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