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

13 lines
290 B
Ruby
Raw Normal View History

2011-08-17 11:53:20 -04:00
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