Sha256: c5c4043f2109d9ed3ae401efcaf74caed439755d5ecdb7fe59c3f7a0e0e79bb0

Contents?: true

Size: 343 Bytes

Versions: 24

Compression:

Stored size: 343 Bytes

Contents

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

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

    # TODO: ensure this still works with a non-empty list
    test('has proper output format') do
      validate_format(@data, { 'backups' => [Slicehost::Formats::BACKUP] })
    end

  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
fog-0.0.91 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.90 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.89 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.88 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.87 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.86 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.85 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.84 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.83 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.82 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.81 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.80 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.79 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.78 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.77 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.76 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.75 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.74 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.73 tests/slicehost/requests/get_backups_tests.rb
fog-0.0.72 tests/slicehost/requests/get_backups_tests.rb