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:
commit
e49ba9284b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue