Sha256: 742a1c321d17beb1cb24779e5a3f322af0e38f454760203d6c49168f873c706d
Contents?: true
Size: 424 Bytes
Versions: 14
Compression:
Stored size: 424 Bytes
Contents
require 'spec_helper' describe Hobo::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 update progress as files are transferred" end end
Version data entries
14 entries across 14 versions & 1 rubygems