1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/glesys/requests/compute/template_tests.rb

12 lines
290 B
Ruby

Shindo.tests('Fog::Compute[:glesys] | template requests', ['glesys']) do
tests('success') do
tests("#template_list()").formats(Glesys::Compute::Formats::Templates::LIST) do
pending if Fog.mocking?
Fog::Compute[:glesys].template_list.body['response']
end
end
end