Sha256: 65d491261729a176ff765d42c24ecf35c14662d9f7fb1eb4a0e82d54d83d7914

Contents?: true

Size: 919 Bytes

Versions: 61

Compression:

Stored size: 919 Bytes

Contents

Shindo.tests("Fog::Storage[:hp] | directory", ['hp', 'storage']) do

  file_attributes = {
    :key => 'fog_file_tests',
    :body => lorem_file,
    :public => true
  }

  directory_attributes = {
    :key => 'fogfilestests'
  }

  @directory = Fog::Storage[:hp].directories.create(directory_attributes)

  model_tests(@directory.files, file_attributes, true) do

    @file = @directory.files.get('fog_file_tests')

    tests('success') do

      tests("#directory").returns(@directory.key) do
        @file.directory.key
      end

      tests("#cdn_public_url").succeeds do
        pending if Fog.mocking?
        @file.cdn_public_url
      end

      tests("#cdn_public_ssl_url").succeeds do
        pending if Fog.mocking?
        @file.cdn_public_ssl_url
      end

      tests("#temp_signed_url(60, 'GET')").succeeds do
        @file.temp_signed_url(60, 'GET')
      end

    end
  end

  @directory.destroy

end

Version data entries

61 entries across 61 versions & 6 rubygems

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