Sha256: fda81322f8e1cfe6e87ffce3ab4a85b11b934b5445aaeba3b6d2d71e03af8b1b

Contents?: true

Size: 281 Bytes

Versions: 24

Compression:

Stored size: 281 Bytes

Contents

Shindo.tests('Slicehost#get_slices', 'slicehost') do
  tests('success') do

    before do
      @data = Slicehost[:slices].get_slices.body
    end

    test('has proper output format') do
      validate_format(@data, { 'slices' => [Slicehost::Formats::SLICE] })
    end

  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
fog-0.0.71 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.70 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.69 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.68 tests/slicehost/requests/get_slices_tests.rb