test/test-feather.rb in red-arrow-0.17.1 vs test/test-feather.rb in red-arrow-1.0.0

- old
+ new

@@ -26,10 +26,10 @@ @table = Arrow::Table.new(columns) @output = Tempfile.new(["red-arrow", ".feather"]) begin yield(@output) - rescue + ensure @output.close! end end def test_default