Sha256: f36a93435e0eca127cf85312033d08c7b40b6306cf48a8b63a47a3bce0073c0c
Contents?: true
Size: 299 Bytes
Versions: 20
Compression:
Stored size: 299 Bytes
Contents
Shindo.tests('Rackspace::Servers#list_flavors', 'rackspace') do tests('success') do before do @data = Rackspace[:servers].list_flavors.body['flavors'] end test('has proper output format') do validate_format(@data, Rackspace::Servers::Formats::SUMMARY) end end end
Version data entries
20 entries across 20 versions & 1 rubygems