summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2018-10-07 13:33:53 +0800
committerKyrylo Silin <silin@kyrylo.org>2018-10-07 13:33:53 +0800
commit1625d362cbfeb3fecdf3b35b5c47b9f6fa63f37a (patch)
treefb4fe8fc62f1854548d8c287acea1e5c7850c25f
parentbaa29048cf13f04e4066b8794191cfb31279f01c (diff)
downloadpry-1625d362cbfeb3fecdf3b35b5c47b9f6fa63f37a.tar.gz
spec/commands/edit: delete unwanted unlinkingrbx-removal
This line was needed for Rubinius but since we dropped it, it serves no purpose.
-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