summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2018-10-07 14:08:01 +0800
committerGitHub <noreply@github.com>2018-10-07 14:08:01 +0800
commite49ba9284bc8f8d2d31eef600a6d6926cb2795bf (patch)
treefb4fe8fc62f1854548d8c287acea1e5c7850c25f
parentbaa29048cf13f04e4066b8794191cfb31279f01c (diff)
parent1625d362cbfeb3fecdf3b35b5c47b9f6fa63f37a (diff)
downloadpry-e49ba9284bc8f8d2d31eef600a6d6926cb2795bf.tar.gz
Merge pull request #1787 from pry/rbx-removal
spec/commands/edit: delete unwanted unlinking
-rw-r--r--spec/commands/edit_spec.rb1
1 files changed, 0 insertions, 1 deletions
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