From 1625d362cbfeb3fecdf3b35b5c47b9f6fa63f37a Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sun, 7 Oct 2018 13:33:53 +0800 Subject: [PATCH] spec/commands/edit: delete unwanted unlinking This line was needed for Rubinius but since we dropped it, it serves no purpose. --- spec/commands/edit_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/commands/edit_spec.rb b/spec/commands/edit_spec.rb index 97aca768..47ef13db 100644 --- a/spec/commands/edit_spec.rb +++ b/spec/commands/edit_spec.rb @@ -182,7 +182,6 @@ describe "edit" do after do @tf.close(true) - File.unlink("#{@path}c") if File.exist?("#{@path}c") end it "should reload the file" do