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

Version Path
hem-1.2.4 spec/hem/lib/s3/sync_spec.rb
hem-1.2.3 spec/hem/lib/s3/sync_spec.rb
hem-1.2.2 spec/hem/lib/s3/sync_spec.rb
hem-1.2.1 spec/hem/lib/s3/sync_spec.rb
hem-1.2.0 spec/hem/lib/s3/sync_spec.rb
hem-1.1.2 spec/hem/lib/s3/sync_spec.rb
hem-1.1.1 spec/hem/lib/s3/sync_spec.rb
hem-1.1.0 spec/hem/lib/s3/sync_spec.rb
hem-1.0.1.beta6 spec/hem/lib/s3/sync_spec.rb
hem-1.0.1.beta5 spec/hem/lib/s3/sync_spec.rb
hem-1.0.1.beta4 spec/hem/lib/s3/sync_spec.rb
hem-1.0.1.beta3 spec/hem/lib/s3/sync_spec.rb
hem-1.0.1.beta2 spec/hem/lib/s3/sync_spec.rb
hem-1.0.1.beta1 spec/hem/lib/s3/sync_spec.rb