Sha256: 492ec70abb4e590ca17035d4c43e924b35a6b798d3d382f976eb758d19e4d45a
Contents?: true
Size: 578 Bytes
Versions: 29
Compression:
Stored size: 578 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
29 entries across 29 versions & 5 rubygems