Sha256: b618739aed6d08ae9e3f1fca8a0df3430dab12c64d524fa69a032838da7668ac

Contents?: true

Size: 463 Bytes

Versions: 115

Compression:

Stored size: 463 Bytes

Contents

Shindo.tests('Fog::Rackspace::Identity | tenants', ['rackspace']) do

  pending if Fog.mocking?

  service = Fog::Rackspace::Identity.new
  username = "fog_user_#{Time.now.to_i.to_s}"
  options = {
    :username => username,
    :email => 'email@example.com',
    :enabled => true
  }

  tests("#all").succeeds do
    service.tenants.all
  end

  tests("#get").succeeds do
    tenant = service.tenants.all.first
    service.tenants.get(tenant.identity)
  end
end

Version data entries

115 entries across 113 versions & 15 rubygems

Version Path
fog-1.21.0 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/rackspace/models/identity/tenants_tests.rb
fog-1.20.0 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/rackspace/models/identity/tenants_tests.rb
fog-1.19.0 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/rackspace/models/identity/tenants_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/rackspace/models/identity/tenants_tests.rb