Sha256: 0c96e77f0e5b0cf41d1b62368841c16cb56044b8aac57c2fe5a8c829cc473bdc

Contents?: true

Size: 476 Bytes

Versions: 96

Compression:

Stored size: 476 Bytes

Contents

Shindo.tests("Storage[:atmos] | nested directories", ['atmos']) do

  unless Fog.mocking?
    @directory = Fog::Storage[:atmos].directories.create(:key => 'updatefiletests')
  end

  atmos = Fog::Storage[:atmos]
  tests("update a file").succeeds do
    pending if Fog.mocking?
    file = @directory.files.create(:key => 'lorem.txt', :body => lorem_file)
    file.body = "xxxxxx"
    file.save
  end

  unless Fog.mocking?
    @directory.destroy(:recursive => true)
  end

end

Version data entries

96 entries across 94 versions & 15 rubygems

Version Path
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-atmos-0.1.0/tests/models/storage/file_update_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-atmos-0.1.0/tests/models/storage/file_update_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-atmos-0.1.0/tests/models/storage/file_update_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-atmos-0.1.0/tests/models/storage/file_update_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/atmos/models/storage/file_update_tests.rb
fog-atmos-0.1.0 tests/models/storage/file_update_tests.rb
fog-atmos-0.0.1 tests/models/storage/file_update_tests.rb
fog-1.25.0 tests/atmos/models/storage/file_update_tests.rb
nsidc-fog-1.24.1 tests/atmos/models/storage/file_update_tests.rb
fog-1.24.0 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.11 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.10 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.9 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.8 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.7 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.6 tests/atmos/models/storage/file_update_tests.rb
fog-1.23.0 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.4 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.3 tests/atmos/models/storage/file_update_tests.rb
ns-fog-1.22.2 tests/atmos/models/storage/file_update_tests.rb