-
Always use `fixture_file_upload` helper to upload files in tests. · f8dde43dRuben Davila authored
* Also is not a good idea to use File.open without closing the file handler. We should use it with a block or close it explicitly.
f8dde43d
×
BigW Consortium Gitlab
* Also is not a good idea to use File.open without closing the file handler. We should use it with a block or close it explicitly.