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
fog-nirvanix-1.8.1 tests/atmos/models/storage/file_update_tests.rb
fog-1.10.1 tests/atmos/models/storage/file_update_tests.rb
fog-parser-fix-1.6.1 tests/atmos/models/storage/file_update_tests.rb
fog-test-again-1.6.0 tests/atmos/models/storage/file_update_tests.rb
fog-test-me-1.10.0 tests/atmos/models/storage/file_update_tests.rb
fog-parser-fix-1.6.0 tests/atmos/models/storage/file_update_tests.rb
fog-1.10.0 tests/atmos/models/storage/file_update_tests.rb
fog-1.9.0 tests/atmos/models/storage/file_update_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/atmos/models/storage/file_update_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/atmos/models/storage/file_update_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/atmos/models/storage/file_update_tests.rb
fog-sgonyea-1.8.1 tests/atmos/models/storage/file_update_tests.rb
fog-1.8.0 tests/atmos/models/storage/file_update_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/atmos/models/storage/file_update_tests.rb
fog-1.7.0 tests/atmos/models/storage/file_update_tests.rb
fog-1.6.0 tests/atmos/models/storage/file_update_tests.rb