1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #1787 from pry/rbx-removal

spec/commands/edit: delete unwanted unlinking
This commit is contained in:
Kyrylo Silin 2018-10-07 14:08:01 +08:00 committed by GitHub
commit e49ba9284b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -182,7 +182,6 @@ describe "edit" do
after do after do
@tf.close(true) @tf.close(true)
File.unlink("#{@path}c") if File.exist?("#{@path}c")
end end
it "should reload the file" do it "should reload the file" do