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