Fix spec for XLS

pull/7179/head
Wieland Lindenthal 6 years ago
parent b9e349fac2
commit cd783f0d97
  1. 2
      modules/xls_export/spec/lib/work_package_xls_export_spec.rb

@ -65,7 +65,7 @@ describe "WorkPackageXlsExport" do
f = Tempfile.new 'result.xls' f = Tempfile.new 'result.xls'
begin begin
f.binmode f.binmode
f.write export.list.content f.write export.list(&:content)
ensure ensure
f.close f.close
end end

Loading…
Cancel
Save