Flowdock
method

reset_nil_expectations_warning

Importance_0
reset_nil_expectations_warning() private

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/mocks/proxy.rb, line 209
      def reset_nil_expectations_warning
        @@warn_about_expectations_on_nil = true if proxy_for_nil_class?
      end
Register or log in to add new notes.