Sha256: f3706ba86ba696f429041cc4fb5609cb8d4fd4054201d525f40bbc1c1a63372a
Contents?: true
Size: 219 Bytes
Versions: 5
Compression:
Stored size: 219 Bytes
Contents
require 'drivers/spec_helper' describe Vos::Drivers::Local do it_should_behave_like "vos driver" it_should_behave_like "vfs storage" before :each do @storage = @driver = Vos::Drivers::Local.new end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
vos-0.1.4 | spec/drivers/local_spec.rb |
vos-0.1.3 | spec/drivers/local_spec.rb |
vos-0.1.2 | spec/drivers/local_spec.rb |
vos-0.1.1 | spec/drivers/local_spec.rb |
vos-0.1.0 | spec/drivers/local_spec.rb |