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

13 lines
290 B
Ruby
Raw Normal View History

2011-09-08 16:41:21 -04:00
Shindo.tests('Fog::Compute[:glesys] | template requests', ['glesys']) do
2011-08-17 11:53:20 -04:00
tests('success') do
tests("#template_list()").formats(Glesys::Compute::Formats::Templates::LIST) do
pending if Fog.mocking?
2011-09-08 16:41:21 -04:00
Fog::Compute[:glesys].template_list.body['response']
2011-08-17 11:53:20 -04:00
end
end
end