# File lib/rspec/expectations/expectation_target.rb, line 54
        def should(*args)
          RSpec.deprecate "`expect { }.should`", :replacement => "`expect { }.to`"
          @target.should(*args)
        end