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 8deb2d2 commit ce801f4Copy full SHA for ce801f4
1 file changed
fixtures/async/http/a_protocol.rb
@@ -305,6 +305,7 @@ def endpoint_options
305
Tempfile.open do |tempfile|
306
response.save(tempfile.path)
307
expect(tempfile.read).to be == expected
308
+ tempfile.close!
309
end
310
311
0 commit comments