spec/storages/hash_fs_spec.rb in vfs-0.1.1 vs spec/storages/hash_fs_spec.rb in vfs-0.2
- old
+ new
@@ -2,9 +2,9 @@
require 'vfs/storages/specification'
describe Vfs::Storages::HashFs do
it_should_behave_like "vfs storage"
- before :each do
+ before do
@storage = Vfs::Storages::HashFs.new
end
end
\ No newline at end of file