Sha256: e1c799d48a2bd1f16f101ee727dd89b6c2e1b80b5f994664081f63d0257930e5

Contents?: true

Size: 549 Bytes

Versions: 89

Compression:

Stored size: 549 Bytes

Contents

Shindo.tests("Fog::Compute[:brightbox] | Account model", ["brightbox"]) do

  pending if Fog.mocking?

  @account = Fog::Compute[:brightbox].account

  tests("success") do

    tests("#reset_ftp_password") do
      pending if Fog.mocking?
      test("original ftp password is blanked") { @account.library_ftp_password.nil? }
      @new_password = @account.reset_ftp_password
      test("new ftp password was not nil") { !@new_password.nil? }
      test("new ftp password is set") { @account.library_ftp_password == @new_password }
    end
  end
end

Version data entries

89 entries across 89 versions & 9 rubygems

Version Path
fog-maestrodev-1.18.0.20131219030716 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/brightbox/models/compute/account_tests.rb
gapinc-fog-1.12.1.2.1 tests/brightbox/models/compute/account_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/brightbox/models/compute/account_tests.rb