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.91 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.90 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.89 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.88 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.87 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.86 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.85 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.84 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.83 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.82 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.81 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.80 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.79 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.78 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.77 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.76 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.75 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.74 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.73 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.72 tests/slicehost/requests/get_slices_tests.rb