spec/drivers/local_spec.rb in vos-0.3.15 vs spec/drivers/local_spec.rb in vos-0.4.0
- old
+ new
@@ -2,19 +2,19 @@
describe Vos::Drivers::Local do
with_tmp_spec_dir
before do
- @storage = @driver = Vos::Drivers::Local.new(spec_dir)
+ @driver = Vos::Drivers::Local.new root: spec_dir
end
it_should_behave_like "vos driver"
- it_should_behave_like 'vfs storage basic'
- it_should_behave_like 'vfs storage attributes basic'
- it_should_behave_like 'vfs storage files'
- it_should_behave_like 'vfs storage full attributes for files'
- it_should_behave_like 'vfs storage dirs'
- it_should_behave_like 'vfs storage full attributes for dirs'
- it_should_behave_like 'vfs storage query'
- it_should_behave_like 'vfs storage tmp dir'
+ 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
\ No newline at end of file