Sha256: 58290f3e491fde589bdc8e210f9137042a8ed4c739d3671be13254bfb3790431
Contents?: true
Size: 415 Bytes
Versions: 2
Compression:
Stored size: 415 Bytes
Contents
require 'hobo/logging' require 'hobo/lib/s3sync' describe Hobo::Lib::S3Sync do 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 update progress as files are transferred" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hobo-inviqa-0.0.7 | spec/hobo/lib/s3sync_spec.rb |
hobo-inviqa-0.0.6 | spec/hobo/lib/s3sync_spec.rb |