Sha256: 9796d22ca4d2a82f742aca6ad42a2af562747a66cb393ac022a726192e3c26ff
Contents?: true
Size: 575 Bytes
Versions: 36
Compression:
Stored size: 575 Bytes
Contents
Shindo.tests("Fog::Compute[:brightbox] | database type requests", ["brightbox"]) do tests("success") do tests("#list_database_types") do pending if Fog.mocking? result = Fog::Compute[:brightbox].list_database_types data_matches_schema(Brightbox::Compute::Formats::Collection::DATABASE_SERVER_TYPES, :allow_extra_keys => true) { result } end end tests("failure") do tests("#get_database_type").raises(Excon::Errors::NotFound) do pending if Fog.mocking? Fog::Compute[:brightbox].get_database_type("dbt-00000") end end end
Version data entries
36 entries across 34 versions & 3 rubygems