mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #1564 from rackspace/file_test_fix
[Rackspace|Storage] Fixing Failing test
This commit is contained in:
commit
374af71c2b
1 changed files with 0 additions and 7 deletions
|
@ -110,13 +110,6 @@ Shindo.tests('Fog::Rackspace::Storage | file', ['rackspace']) do
|
|||
@instance.save
|
||||
object_meta_attributes['X-Object-Meta-Foo-Bar']
|
||||
end
|
||||
|
||||
@instance.metadata['foo-bar'] = 'baz'
|
||||
@instance.metadata[:'foo_bar'] = 'bref'
|
||||
tests("should only support one value per metadata key").returns('bref') do
|
||||
@instance.save
|
||||
object_meta_attributes['X-Object-Meta-Foo-Bar']
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue