Sha256: 45e8386962ca9dbfa26ef0ef4b58d14a280080bd50169499b39a23e9dd9089f3

Contents?: true

Size: 180 Bytes

Versions: 7

Compression:

Stored size: 180 Bytes

Contents

require 'rsync/command'

describe Rsync::Command do
  it "should work" do
    Rsync::Command.run("/path/to/src/", "/path/to/dest", "-a").should be_kind_of(Rsync::Result)
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rsync-1.0.9 spec/rsync/command_spec.rb
rsync-1.0.8 spec/rsync/command_spec.rb
rsync-1.0.7 spec/rsync/command_spec.rb
rsync-0.0.6 spec/rsync/command_spec.rb
rsync-0.0.5 spec/rsync/command_spec.rb
rsync-0.0.4 spec/rsync/command_spec.rb
rsync-0.0.3 spec/rsync/command_spec.rb