1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/compute/requests/ninefold/network_tests.rb
2011-06-04 20:02:12 +10:00

21 lines
475 B
Ruby

Shindo.tests('Ninfold::Compute | network requests', ['ninefold']) do
tests('success') do
tests("#list_networks()").formats(Ninefold::Compute::Formats::Networks::NETWORKS) do
pending if Fog.mocking?
Ninefold[:compute].list_networks()
end
end
tests('failure') do
#tests("#deploy_virtual_machine()").raises(Excon::Errors::HTTPStatusError) do
# pending if Fog.mocking?
# Ninefold[:compute].deploy_virtual_machine
#end
end
end