class RSpec::Expectations::BlockExpectationTarget

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

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