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'
begin
f.binmode
f.write export.list.content
f.write export.list(&:content)
ensure
f.close
end

Loading…
Cancel
Save