* 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
@ -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>
|
Sat Feb 2 14:05:00 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||||
|
|
||||||
* lib/debug.rb: Documentation for DEBUGGER__ class methods based on
|
* lib/debug.rb: Documentation for DEBUGGER__ class methods based on
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# File a patch instead and assign it to Ryan Davis.
|
# File a patch instead and assign it to Ryan Davis.
|
||||||
######################################################################
|
######################################################################
|
||||||
|
|
||||||
class Minitest::Unit::TestCase
|
class Minitest::Unit::TestCase # :nodoc:
|
||||||
class << self
|
class << self
|
||||||
alias :old_test_order :test_order
|
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.
|
# A simple and clean mock object framework.
|
||||||
|
|
||||||
module MiniTest
|
module MiniTest # :nodoc:
|
||||||
|
|
||||||
##
|
##
|
||||||
# All mock objects are an instance of Mock
|
# All mock objects are an instance of Mock
|
||||||
|
Loading…
x
Reference in New Issue
Block a user