Sha256: 099e39bb9382371c5cee71948893614038b06574cade75164b947818efd6989d
Contents?: true
Size: 249 Bytes
Versions: 16
Compression:
Stored size: 249 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::AWS::Storage.new.send(:escape, 'key/with/prefix')) { 'key/with/prefix' } end end
Version data entries
16 entries across 16 versions & 1 rubygems