class RSpec::Expectations::BlockExpectationTarget

def supports_block_expectations?(matcher)

def supports_block_expectations?(matcher)
  matcher.respond_to?(:supports_block_expectations?) && matcher.supports_block_expectations?
end