Sha256: 5eb3fde17baa3b06d959ce84fa8539e2ecd0600a637eaca3d3da6e4e19c8c2b2

Contents?: true

Size: 398 Bytes

Versions: 5

Compression:

Stored size: 398 Bytes

Contents

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

  pending if Fog.mocking?

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

  model_tests(service.users, options, false) do
    tests('#save with existing user').succeeds do
      @instance.save
    end
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
fog-parser-fix-1.6.1 tests/rackspace/models/identity/user_tests.rb
fog-test-again-1.6.0 tests/rackspace/models/identity/user_tests.rb
fog-parser-fix-1.6.0 tests/rackspace/models/identity/user_tests.rb
fog-1.6.0 tests/rackspace/models/identity/user_tests.rb
fog-1.5.0 tests/rackspace/models/identity/user_tests.rb