method
clear_expectations
1.3.1 -
Show latest stable
- Class:
Spec::Mocks::Proxy
clear_expectations()private
No documentation available.
# File lib/spec/mocks/proxy.rb, line 210
def clear_expectations
@expectations.clear
end