class RSpec::Expectations::ExpectationTarget

def should(*args)

def should(*args)
  RSpec.deprecate "`expect { }.should`", :replacement => "`expect { }.to`"
  @target.should(*args)
end