Sha256: 1514b3f4b3dc20b8900afa8b1c791dfbca7e97f1f4bb25ac79618c95c439ced4
Contents?: true
Size: 692 Bytes
Versions: 28
Compression:
Stored size: 692 Bytes
Contents
for provider, config in storage_providers Shindo.tests("Storage[:#{provider}] | directory", [provider]) do if !Fog.mocking? || config[:mocked] directory_attributes = { :key => 'fogdirectorytests' }.merge!(config[:directory_attributes] || {}) model_tests(Fog::Storage[provider].directories, directory_attributes, config[:mocked]) do tests("#public=(true)").succeeds do pending if Fog.mocking? && !config[:mocked] @instance.public=(true) end tests('responds_to(:public_url)') do pending if Fog.mocking? && !config[:mocked] responds_to(:public_url) end end end end end
Version data entries
28 entries across 28 versions & 8 rubygems