Flowdock
method

almost_matching_expectation

Importance_0
RSpec latest stable (1.3.1) - 0 notes - Class: Spec::Mocks::Proxy
almost_matching_expectation(sym, *args, &block) 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 258
      def almost_matching_expectation(sym, *args, &block)
        if e = find_almost_matching_expectation(sym, *args)
          yield e
        end
      end
Register or log in to add new notes.