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

working tests

This commit is contained in:
Josh Lane 2015-01-02 09:34:40 -08:00
parent d48d376e9c
commit dcfd354b8a
512 changed files with 1350 additions and 1175 deletions

View file

@ -1,6 +1,6 @@
# encoding: utf-8
Shindo.tests('Aws::Storage | object requests', ['aws']) do
Shindo.tests('AWS::Storage | object requests', ['aws']) do
@directory = Fog::Storage[:aws].directories.create(:key => 'fogobjecttests-' + Time.now.to_i.to_s(32))
@aws_owner = Fog::Storage[:aws].get_bucket_acl(@directory.key).body['Owner']