mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
6 lines
249 B
Ruby
6 lines
249 B
Ruby
![]() |
Shindo.tests("Fog::Compute[:cloudstack] | disk_offering", "cloudstack") do
|
||
|
config = compute_providers[:cloudstack]
|
||
|
compute = Fog::Compute[:cloudstack]
|
||
|
model_tests(compute.disk_offerings, config[:disk_offering_attributes], config[:mocked])
|
||
|
end
|