spec/universal_entry_spec.rb in vfs-0.1.1 vs spec/universal_entry_spec.rb in vfs-0.2

- old
+ new

@@ -1,8 +1,8 @@ require 'spec_helper' describe 'UniversalEntry' do - before :each do + before do @fs = '/'.to_entry_on(Vfs::Storages::HashFs.new) @path = @fs['/a/b/c'] end describe 'existence' do \ No newline at end of file