Sha256: 946e68ce9f8fb428364b0df3365467277d9ad03051fc7594775b2395a6f0df18

Contents?: true

Size: 305 Bytes

Versions: 32

Compression:

Stored size: 305 Bytes

Contents

Shindo.tests("Fog::Compute[:aws] | address", ['aws']) do

  model_tests(Fog::Compute[:aws].addresses, {}, true) do

    @server = Fog::Compute[:aws].servers.create
    @server.wait_for { ready? }

    tests('#server=').succeeds do
      @instance.server = @server
    end

    @server.destroy

  end

end

Version data entries

32 entries across 32 versions & 8 rubygems

Version Path
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
michiels-fog-1.3.1 tests/aws/models/compute/address_tests.rb
ftl-0.2.0 vendor/bundle/gems/fog-1.3.1/tests/aws/models/compute/address_tests.rb
brightbox-cli-0.18.0 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
fog-1.3.1 tests/aws/models/compute/address_tests.rb
fog-1.3.0 tests/aws/models/compute/address_tests.rb
brightbox-cli-0.17.5 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
fog-1.2.0 tests/aws/models/compute/address_tests.rb
ktheory-fog-1.1.2 tests/aws/models/compute/address_tests.rb
brightbox-cli-0.17.4 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
brightbox-cli-0.17.3 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
brightbox-cli-0.17.2 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
brightbox-cli-0.17.1 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
brightbox-cli-0.17.0 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
fog-1.1.2 tests/aws/models/compute/address_tests.rb
fog_tractical-1.1.4 tests/aws/models/compute/address_tests.rb
fog_tractical-1.1.3 tests/aws/models/compute/address_tests.rb
brightbox-cli-0.16.0 lib/brightbox-cli/vendor/fog/tests/aws/models/compute/address_tests.rb
fog-1.1.1 tests/aws/models/compute/address_tests.rb
fog-1.1.0 tests/aws/models/compute/address_tests.rb