method
and_throw
1.2.8 -
Show latest stable
- Class:
Spec::Mocks::BaseExpectation
and_throw(symbol)public
No documentation available.
# File lib/spec/mocks/message_expectation.rb, line 78
def and_throw(symbol)
@symbol_to_throw = symbol
end