Object

class Object

Parent:
BasicObject

Object extensions for Minitest::Mock.

Public Instance Methods

stub(name, val_or_callable, *block_args) { |self| ... } Show source

Add a temporary stubbed method replacing name for the duration of the block. If val_or_callable responds to call, then it returns the result of calling it, other