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:
parent
13099897a2
commit
58b3f0d0e0
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue