spec/universal_entry_spec.rb in vfs-0.3.13 vs spec/universal_entry_spec.rb in vfs-0.3.14
- old
+ new
@@ -29,9 +29,13 @@
@path.file.create
@path.should be_file
@path.destroy
@path.should_not exist
+
+ @path.file.create
+ @path.destroy!
+ @path.file.should_not exist
end
it "shouldn't raise if file not exist" do
@path.destroy
end
\ No newline at end of file