fog--fog/tests/glesys/requests/compute/template_tests.rb

13 lines
290 B
Ruby
Raw Normal View History

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