method
reset_nil_expectations_warning
1.3.0 -
Show latest stable
- Class:
Spec::Mocks::Proxy
reset_nil_expectations_warning()private
No documentation available.
# File lib/spec/mocks/proxy.rb, line 247
def reset_nil_expectations_warning
@@warn_about_expectations_on_nil = true if proxy_for_nil_class?
end