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-maestrodev-1.18.0.20131209091424 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/aws/storage_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/aws/storage_tests.rb
fog-1.18.0 tests/aws/storage_tests.rb
fog-1.17.0 tests/aws/storage_tests.rb
fog-1.16.0 tests/aws/storage_tests.rb