module RSpec::Expectations::Syntax

def expect(value=::RSpec::Expectations::ExpectationTarget::UndefinedValue, &block)

def expect(value=::RSpec::Expectations::ExpectationTarget::UndefinedValue, &block)
  ::RSpec::Expectations::ExpectationTarget.for(value, block)
end