spec/drivers/local_spec.rb in vos-0.1.4 vs spec/drivers/local_spec.rb in vos-0.2
- old
+ new
@@ -2,9 +2,9 @@
describe Vos::Drivers::Local do
it_should_behave_like "vos driver"
it_should_behave_like "vfs storage"
- before :each do
+ before do
@storage = @driver = Vos::Drivers::Local.new
end
end
\ No newline at end of file