mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[rackspace|storage] removing test of dubious distinction per geemus
This commit is contained in:
parent
1978c8a122
commit
822b219bd3
1 changed files with 0 additions and 9 deletions
|
@ -110,15 +110,6 @@ Shindo.tests('Fog::Rackspace::Storage | file', ['rackspace']) do
|
||||||
@instance.save
|
@instance.save
|
||||||
object_meta_attributes['X-Object-Meta-Foo-Bar']
|
object_meta_attributes['X-Object-Meta-Foo-Bar']
|
||||||
end
|
end
|
||||||
|
|
||||||
@instance.metadata['foo-bar'] = 'baz'
|
|
||||||
@instance.metadata[:'foo_bar'] = 'bref'
|
|
||||||
tests("should only support one value per metadata key").returns(true) do
|
|
||||||
@instance.save
|
|
||||||
metadata = object_meta_attributes
|
|
||||||
returns(1) { metadata.size }
|
|
||||||
metadata.has_key? 'X-Object-Meta-Foo-Bar'
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue