Sha256: 1ad54cdb01372a3ad2fa41715f603d7df5d73b4f309aab2f09561ffb658059a6

Contents?: true

Size: 276 Bytes

Versions: 10

Compression:

Stored size: 276 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
      has_format(@data, { 'slices' => [Slicehost::Formats::SLICE] })
    end

  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fog-0.1.0 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.100 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.99 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.98 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.97 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.96 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.95 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.94 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.93 tests/slicehost/requests/get_slices_tests.rb
fog-0.0.92 tests/slicehost/requests/get_slices_tests.rb