Sha256: f03cc91757cf6fbef51db5de914962cefdaf15b2e577343cc3d8ea8c92de539d
Contents?: true
Size: 473 Bytes
Versions: 14
Compression:
Stored size: 473 Bytes
Contents
describe Hem::Lib::S3::Sync do before do AWS.stub! end describe "sync" do it "should synchronize s3 files to local" it "should synchronize local files to s3" it "should add files that only exist in source" it "should update files that have changed" it "should remove files that do not exist in source" it "should keep files that do not exist in source if :delete false" it "should update progress as files are transferred" end end
Version data entries
14 entries across 14 versions & 1 rubygems