module RSpec::Mocks::Syntax

def expect(target)

def expect(target)
  ExpectationTarget.new(target)
end