mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
12 lines
290 B
Ruby
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
|