Sha256: 40d4fb737372de94b14b751b7ca30301ed5da18baefdb87a2d56add15e0f6d90

Contents?: true

Size: 325 Bytes

Versions: 4

Compression:

Stored size: 325 Bytes

Contents

# encoding: utf-8

require File.expand_path('../../../../spec_helper.rb', __FILE__)

describe Backup::Configuration::Syncer::RSync::Pull do
  it 'should be a subclass of RSync::Push' do
    rsync = Backup::Configuration::Syncer::RSync::Pull
    rsync.superclass.should == Backup::Configuration::Syncer::RSync::Push
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
backup_checksum-3.0.23 spec/configuration/syncer/rsync/pull_spec.rb
backup-3.0.23 spec/configuration/syncer/rsync/pull_spec.rb
backup-3.0.22 spec/configuration/syncer/rsync/pull_spec.rb
backup-3.0.21 spec/configuration/syncer/rsync/pull_spec.rb