Class: Mocha::Stub
- Inherits:
-
Expectation
- Object
- Expectation
- Mocha::Stub
- Defined in:
- lib/mocha/expectation.rb
Instance Attribute Summary
Attributes inherited from Expectation
Instance Method Summary collapse
Methods inherited from Expectation
#at_least, #at_least_once, #initialize, #invoke, #match?, #message, #never, #raises, #returns, #times, #with, #yield?, #yields
Constructor Details
This class inherits a constructor from Mocha::Expectation
Instance Method Details
#verify ⇒ Object
106 107 108 |
# File 'lib/mocha/expectation.rb', line 106 def verify true end |