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