class RSpec::Expectations::BlockExpectationTarget

def to(matcher, message=nil, &block)

def to(matcher, message=nil, &block)
  enforce_block_expectation(matcher)
  super
end