Sha256: 5c7a9ad2886d6e8cfb55c25f4e2071dcdd2b992dc83a48831357ab5b21b81aea

Contents?: true

Size: 251 Bytes

Versions: 100

Compression:

Stored size: 251 Bytes

Contents

# encoding: utf-8

Shindo.tests('AWS Storage | escape', ['aws']) do
  tests('Keys can contain a hierarchical prefix which should not be escaped') do
    returns( Fog::Storage::AWS.new.send(:escape, "key/with/prefix") ) { "key/with/prefix" }
  end
end

Version data entries

100 entries across 98 versions & 7 rubygems

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