Sha256: d527995449cbe127c284b980f49de9777fa0ec90ce221342906a5746a24d5004

Contents?: true

Size: 264 Bytes

Versions: 39

Compression:

Stored size: 264 Bytes

Contents

Shindo.tests('Fog::UUID', 'core') do

  tests('supported?').succeeds do
    Fog::UUID.supported? == SecureRandom.respond_to?(:uuid)
  end

  tests('success').succeeds do
    Fog::UUID.uuid =~ /[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}/
  end
end

Version data entries

39 entries across 39 versions & 2 rubygems

Version Path
fog-1.22.0 tests/core/uuid_tests.rb
fog-1.21.0 tests/core/uuid_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/core/uuid_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/core/uuid_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/core/uuid_tests.rb
fog-1.20.0 tests/core/uuid_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/core/uuid_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/core/uuid_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/core/uuid_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/core/uuid_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/core/uuid_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/core/uuid_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/core/uuid_tests.rb
fog-1.19.0 tests/core/uuid_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/core/uuid_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/core/uuid_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/core/uuid_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/core/uuid_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/core/uuid_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/core/uuid_tests.rb