1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[AWS] Create the time directly in tests, avoids using a method not present in 1.8.7

This commit is contained in:
Frederick Cheung 2012-09-02 13:17:12 +01:00
parent 2755321839
commit 444a254bbe

View file

@ -2,7 +2,7 @@
Shindo.tests('AWS | url', ["aws"]) do
@expires = DateTime.parse('2013-01-01T00:00:00Z').to_time.utc.to_i
@expires = Time.utc(2013,1,1).utc.to_i
@storage = Fog::Storage.new(
:provider => 'AWS',