We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d1738 commit 2cd95b9Copy full SHA for 2cd95b9
spec/outputs/csv_spec.rb
@@ -17,7 +17,7 @@
17
subject.multi_receive(events)
18
end
19
20
- # intentionally close and unlink to make sure the file will have always reference after tmpfile.path
+ # Explicitly close and unlink temp file to ensure immediate cleanup (Tempfile will cleanup eventually)
21
after(:each) do
22
tmpfile.close
23
tmpfile.unlink
0 commit comments