class RSpec::Expectations::ValueExpectationTarget

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

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