Sha256: 7f27432ae9498ad44dfeae5a5dc25441743fb836cec5046a2ad861ada101e9be

Contents?: true

Size: 281 Bytes

Versions: 13

Compression:

Stored size: 281 Bytes

Contents

for provider, config in compute_providers

  next if [:glesys, :voxel, :ibm].include?(provider)

  Shindo.tests("Fog::Compute[:#{provider}] | flavors", [provider.to_s]) do

    flavors_tests(Fog::Compute[provider], (config[:flavors_attributes] || {}), config[:mocked])

  end

end

Version data entries

13 entries across 13 versions & 7 rubygems

Version Path
fog-nirvanix-1.8.2 tests/compute/models/flavors_tests.rb
fog-nirvanix-1.8.1 tests/compute/models/flavors_tests.rb
fog-parser-fix-1.6.1 tests/compute/models/flavors_tests.rb
fog-test-again-1.6.0 tests/compute/models/flavors_tests.rb
fog-parser-fix-1.6.0 tests/compute/models/flavors_tests.rb
fog-sgonyea-1.8.1 tests/compute/models/flavors_tests.rb
fog-1.8.0 tests/compute/models/flavors_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/compute/models/flavors_tests.rb
fog-1.7.0 tests/compute/models/flavors_tests.rb
fog-1.6.0 tests/compute/models/flavors_tests.rb
fog-1.5.0 tests/compute/models/flavors_tests.rb
rackspace-fog-1.4.2 tests/compute/models/flavors_tests.rb
fog-1.4.0 tests/compute/models/flavors_tests.rb