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

Already took care of these three.

This commit is contained in:
Ash Wilson 2013-12-17 15:07:32 -05:00
parent 13099897a2
commit 58b3f0d0e0

View file

@ -51,17 +51,14 @@ Shindo.tests('Fog::Storage[:rackspace] | container requests', ["rackspace"]) do
tests('failure') do
tests("#get_container('fognoncontainer')").raises(Fog::Storage::Rackspace::NotFound) do
pending if Fog.mocking?
Fog::Storage[:rackspace].get_container('fognoncontainer')
end
tests("#head_container('fognoncontainer')").raises(Fog::Storage::Rackspace::NotFound) do
pending if Fog.mocking?
Fog::Storage[:rackspace].head_container('fognoncontainer')
end
tests("#delete_container('fognoncontainer')").raises(Fog::Storage::Rackspace::NotFound) do
pending if Fog.mocking?
Fog::Storage[:rackspace].delete_container('fognoncontainer')
end