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

merging with the latest file_metadata

This commit is contained in:
Kyle Rames 2013-02-14 11:02:17 -06:00
commit a180e9e4d1

View file

@ -57,6 +57,12 @@ Shindo.tests('Fog::Rackspace::Storage | directory', ['rackspace']) do
@instance.metadata[:answer]
end
tests("should reload metadata after calling reload").returns(42) do
@service.put_container @instance.key, "X-Container-Meta-Answer" => 42
@instance.reload
@instance.metadata[:answer]
end
end
end