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