1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/cloudstack/compute/models/disk_offering_tests.rb
2013-04-22 15:57:00 +03:00

5 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