Sha256: 7eaeda8b464d803bae8996fdaec21476407ce08b649e8b052ac861322152d2fe

Contents?: true

Size: 414 Bytes

Versions: 44

Compression:

Stored size: 414 Bytes

Contents

Shindo.tests('Linode::Compute | datacenter requests', ['linode']) do

  @datacenters_format = Linode::Compute::Formats::BASIC.merge({
    'DATA' => [{ 
      'DATACENTERID'  => Integer,
      'LOCATION'      => String
    }]
  })

  tests('success') do

    tests('#avail_datacenters').formats(@datacenters_format) do
      pending if Fog.mocking?
      Linode[:compute].avail_datacenters.body
    end

  end

end

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
fog-0.8.2 tests/compute/requests/linode/datacenter_tests.rb
fog-0.8.1 tests/compute/requests/linode/datacenter_tests.rb
fog-0.8.0 tests/compute/requests/linode/datacenter_tests.rb
fog-0.7.2 tests/compute/requests/linode/datacenter_tests.rb
fog-0.7.1 tests/compute/requests/linode/datacenter_tests.rb
fog-0.7.0 tests/compute/requests/linode/datacenter_tests.rb
fog-0.6.0 tests/compute/requests/linode/datacenter_tests.rb
fog-0.5.3 tests/compute/requests/linode/datacenter_tests.rb
fog-0.5.2 tests/compute/requests/linode/datacenter_tests.rb
fog-0.5.1 tests/compute/requests/linode/datacenter_tests.rb
fog-0.5.0 tests/compute/requests/linode/datacenter_tests.rb
phpfog-fog-0.4.1.3 tests/compute/requests/linode/datacenter_tests.rb
phpfog-fog-0.4.1.2 tests/compute/requests/linode/datacenter_tests.rb
phpfog-fog-0.4.1.1 tests/compute/requests/linode/datacenter_tests.rb
phpfog-fog-0.4.1 tests/compute/requests/linode/datacenter_tests.rb
fog-0.4.1 tests/compute/requests/linode/datacenter_tests.rb
fog-0.4.0 tests/compute/requests/linode/datacenter_tests.rb
fog-0.3.34 tests/linode/requests/compute/datacenter_tests.rb
fog-0.3.33 tests/linode/requests/compute/datacenter_tests.rb
fog-0.3.32 tests/linode/requests/compute/datacenter_tests.rb