mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[s3] fix directory spec
This commit is contained in:
parent
d64df44039
commit
877a7bcf7f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ describe 'Fog::AWS::S3::Directory' do
|
|||
now = Time.now
|
||||
directory = Fog::AWS::S3::Directory.new(
|
||||
'CreationDate' => now,
|
||||
'Key' => 'directorykey'
|
||||
'Name' => 'directorykey'
|
||||
)
|
||||
directory.creation_date.should == now
|
||||
directory.key.should == 'directorykey'
|
||||
|
|
Loading…
Reference in a new issue