Method: Facon::Mockable#spec_verify
- Defined in:
- lib/facon/mockable.rb
#spec_verify ⇒ Object
Verifies that the expectations set on this mock are all met, otherwise raises a MockExpectationError.
30 31 32 |
# File 'lib/facon/mockable.rb', line 30 def spec_verify mock_proxy.verify end |