Sha256: 2fc136cb43d50428d526ab302fa4eb78049aa8b982e2a413487ae1b6f45f73de

Contents?: true

Size: 264 Bytes

Versions: 7

Compression:

Stored size: 264 Bytes

Contents

for provider, config in compute_providers

  next if [Voxel].include?(provider)

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

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

  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fog-0.8.2 tests/compute/models/flavors_tests.rb
fog-0.8.1 tests/compute/models/flavors_tests.rb
fog-0.8.0 tests/compute/models/flavors_tests.rb
fog-0.7.2 tests/compute/models/flavors_tests.rb
fog-0.7.1 tests/compute/models/flavors_tests.rb
fog-0.7.0 tests/compute/models/flavors_tests.rb
fog-0.6.0 tests/compute/models/flavors_tests.rb