Class: Mocha::Stub

Inherits:
Expectation show all
Defined in:
lib/mocha/expectation.rb

Instance Attribute Summary

Attributes inherited from Expectation

#method_name

Instance Method Summary collapse

Methods inherited from Expectation

#at_least, #at_least_once, #initialize, #invoke, #match?, #message, #never, #raises, #returns, #times, #with

Constructor Details

This class inherits a constructor from Mocha::Expectation

Instance Method Details

#verifyObject



91
92
93
# File 'lib/mocha/expectation.rb', line 91

def verify
  true
end