spec/storages/local_spec.rb in vfs-0.3.12 vs spec/storages/local_spec.rb in vfs-0.3.13

- old
+ new

@@ -1,16 +1,16 @@ require 'vfs/storages/local' require 'vfs/storages/specification' describe Vfs::Storages::Local do - it_should_behave_like "vfs storage" - + it_should_behave_like "vfs storage" + before do @storage = Vfs::Storages::Local.new end - + describe 'attributes' do it 'created_at' - + it 'updated_at' end end \ No newline at end of file