Sha256: d236dd4c98b84576a50271b2ee397e720b8d4d718e3425b5abbb319bf42ff014
Contents?: true
Size: 512 Bytes
Versions: 28
Compression:
Stored size: 512 Bytes
Contents
Shindo.tests('Fog::Volume[:openstack]', ['openstack', 'volume']) do volume = Fog::Volume[:openstack] tests("Volumes collection") do %w{ volumes }.each do |collection| test("it should respond to #{collection}") { volume.respond_to? collection } test("it should respond to #{collection}.all") { eval("volume.#{collection}").respond_to? 'all' } # not implemented #test("it should respond to #{collection}.get") { eval("volume.#{collection}").respond_to? 'get' } end end end
Version data entries
28 entries across 28 versions & 4 rubygems