Sha256: 4b67fb591a3e2becc76a70aeae9df152ed0042680768338ac713e0b7d89e24a2
Contents?: true
Size: 599 Bytes
Versions: 30
Compression:
Stored size: 599 Bytes
Contents
Shindo.tests('Fog::Compute[:fogdocker]', ['fogdocker']) do compute = Fog::Compute[:fogdocker] tests("Compute collections") do %w{ servers images }.each do |collection| test("it should respond to #{collection}") { compute.respond_to? collection } end end tests("Compute requests") do %w{ api_version container_all container_create container_delete container_get container_action image_all image_create image_delete image_get image_search }.each do |collection| test("it should respond to #{collection}") { compute.respond_to? collection } end end end
Version data entries
30 entries across 28 versions & 5 rubygems