class RSpec::Expectations::ValueExpectationTarget

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

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