diff options
author | Kyrylo Silin <silin@kyrylo.org> | 2018-10-07 14:08:01 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 14:08:01 +0800 |
commit | e49ba9284bc8f8d2d31eef600a6d6926cb2795bf (patch) | |
tree | fb4fe8fc62f1854548d8c287acea1e5c7850c25f | |
parent | baa29048cf13f04e4066b8794191cfb31279f01c (diff) | |
parent | 1625d362cbfeb3fecdf3b35b5c47b9f6fa63f37a (diff) | |
download | pry-e49ba9284bc8f8d2d31eef600a6d6926cb2795bf.tar.gz |
Merge pull request #1787 from pry/rbx-removal
spec/commands/edit: delete unwanted unlinking
-rw-r--r-- | spec/commands/edit_spec.rb | 1 |
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 |