Sha256: 86082963b24133d29fd7410cfde19e17f64817293a12777af0302746689758f6
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
require 'drivers/spec_helper' describe Vos::Drivers::Ssh do it_should_behave_like "vos driver" it_should_behave_like "vfs storage" before :all do @storage = @driver = Vos::Drivers::Ssh.new(config[:ssh_driver]) @driver.open end after :all do @driver.close end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vos-0.3.13 | spec/drivers/ssh_spec.rb |