mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
32e754c8d4
commit
f5b8e90a93
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Sat Feb 2 14:32:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/minitest/mock.rb, lib/minitest/hell.rb: nodoc top-level module
|
||||
|
||||
Sat Feb 2 14:05:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* lib/debug.rb: Documentation for DEBUGGER__ class methods based on
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue