Sha256: a0005b84f335e44b9b70f584cbcaee8dcb41b6ef49747d6523f9be971184963e
Contents?: true
Size: 592 Bytes
Versions: 3
Compression:
Stored size: 592 Bytes
Contents
require 'drivers/spec_helper' describe Vos::Drivers::Local do with_tmp_spec_dir before do @driver = Vos::Drivers::Local.new root: spec_dir end it_should_behave_like "vos driver" it_should_behave_like 'vfs driver basic' it_should_behave_like 'vfs driver attributes basic' it_should_behave_like 'vfs driver files' it_should_behave_like 'vfs driver full attributes for files' it_should_behave_like 'vfs driver dirs' it_should_behave_like 'vfs driver full attributes for dirs' it_should_behave_like 'vfs driver query' it_should_behave_like 'vfs driver tmp dir' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vos-0.4.2 | spec/drivers/local_spec.rb |
vos-0.4.1 | spec/drivers/local_spec.rb |
vos-0.4.0 | spec/drivers/local_spec.rb |