Skip to content

Commit 2cd95b9

Browse files
mashhursdonoghuc
andauthored
Update spec/outputs/csv_spec.rb
Refine the comment for better understanding. Co-authored-by: Cas Donoghue <[email protected]>
1 parent 86d1738 commit 2cd95b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/outputs/csv_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
subject.multi_receive(events)
1818
end
1919

20-
# intentionally close and unlink to make sure the file will have always reference after tmpfile.path
20+
# Explicitly close and unlink temp file to ensure immediate cleanup (Tempfile will cleanup eventually)
2121
after(:each) do
2222
tmpfile.close
2323
tmpfile.unlink

0 commit comments

Comments
 (0)