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

Version Path
fog-aws-3.12.0 tests/storage_tests.rb
fog-aws-3.11.0 tests/storage_tests.rb
fog-aws-3.10.0 tests/storage_tests.rb
fog-aws-3.9.0 tests/storage_tests.rb
fog-aws-3.8.0 tests/storage_tests.rb
fog-aws-3.7.0 tests/storage_tests.rb
fog-aws-3.6.7 tests/storage_tests.rb
fog-aws-3.6.6 tests/storage_tests.rb
fog-aws-3.6.5 tests/storage_tests.rb
fog-aws-3.6.4 tests/storage_tests.rb
fog-aws-3.6.3 tests/storage_tests.rb
fog-aws-3.6.2 tests/storage_tests.rb
fog-aws-3.5.2 tests/storage_tests.rb
fog-aws-3.5.1 tests/storage_tests.rb
fog-aws-3.5.0 tests/storage_tests.rb
fog-aws-3.4.0 tests/storage_tests.rb