module RSpec::Mocks::Syntax

def allow(target)

def allow(target)
  AllowanceTarget.new(target)
end