Sha256: 50dae47f4c06c5e4fa104c801959bdd8bc929102f9368668bfa1ed5d74e13707

Contents?: true

Size: 880 Bytes

Versions: 87

Compression:

Stored size: 880 Bytes

Contents

Shindo.tests("Vcloud::Compute | organization", ['vcloud']) do

  Fog::Vcloud::Compute::SUPPORTED_VERSIONS.each do |version|
    tests("api version #{version}") do
      pending if Fog.mocking?
      instance = Fog::Vcloud::Compute.new(
        :vcloud_host => 'vcloud.example.com',
        :vcloud_username => 'username',
        :vcloud_password => 'password',
        :vcloud_version => version
      ).get_organization("https://vcloud.example.com/api#{(version == '1.0') ? '/v1.0' : ''}/org/1")
      instance.reload
    
      tests("#href").returns("https://vcloud.example.com/api#{(version == '1.0') ? '/v1.0' : ''}/org/1"){ instance.href }
      tests("#name").returns('Org1'){ instance.name }
      tests("#full_name").returns('My Full Name'){ instance.full_name }
      tests("#description").returns("Some fancy\n\nDescription"){ instance.description }
    end
  end
end

Version data entries

87 entries across 87 versions & 15 rubygems

Version Path
fog-1.10.1 tests/vcloud/models/compute/organization_tests.rb
fog-parser-fix-1.6.1 tests/vcloud/models/compute/organization_tests.rb
fog-test-again-1.6.0 tests/vcloud/models/compute/organization_tests.rb
fog-test-me-1.10.0 tests/vcloud/models/compute/organization_tests.rb
fog-parser-fix-1.6.0 tests/vcloud/models/compute/organization_tests.rb
fog-1.10.0 tests/vcloud/models/compute/organization_tests.rb
fog-1.9.0 tests/vcloud/models/compute/organization_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/vcloud/models/compute/organization_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/vcloud/models/compute/organization_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/vcloud/models/compute/organization_tests.rb
fog-sgonyea-1.8.1 tests/vcloud/models/compute/organization_tests.rb
fog-1.8.0 tests/vcloud/models/compute/organization_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/vcloud/models/compute/organization_tests.rb
fog-1.7.0 tests/vcloud/models/compute/organization_tests.rb
fog-1.6.0 tests/vcloud/models/compute/organization_tests.rb
fog-1.5.0 tests/vcloud/models/compute/organization_tests.rb
rackspace-fog-1.4.2 tests/vcloud/models/compute/organization_tests.rb
fog-1.4.0 tests/vcloud/models/compute/organization_tests.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/tests/vcloud/models/compute/organization_tests.rb
michiels-fog-1.3.1 tests/vcloud/models/compute/organization_tests.rb