mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
The rest of the directory_tests now pass too.
Well, that was easy.
This commit is contained in:
parent
d402b3e457
commit
66964e9410
1 changed files with 2 additions and 3 deletions
|
@ -90,9 +90,8 @@ Shindo.tests('Fog::Rackspace::Storage | directory', ['rackspace']) do
|
||||||
|
|
||||||
directory_attributes[:metadata] = {:draft => 'true'}
|
directory_attributes[:metadata] = {:draft => 'true'}
|
||||||
|
|
||||||
tests('metadata') do
|
tests('metadata') do
|
||||||
pending if Fog.mocking?
|
|
||||||
|
|
||||||
model_tests(@service.directories, directory_attributes, Fog.mocking?) do
|
model_tests(@service.directories, directory_attributes, Fog.mocking?) do
|
||||||
tests('sets metadata on create').returns('true') do
|
tests('sets metadata on create').returns('true') do
|
||||||
@instance.metadata.data
|
@instance.metadata.data
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue