Update xero report spec

This commit is contained in:
Maikel Linke
2016-05-27 15:00:54 +10:00
parent 8a77062888
commit ddc7e86e6c

View File

@@ -28,6 +28,7 @@ module OpenFoodNetwork
report.stub(:produce_summary_rows) { ['produce'] }
report.stub(:fee_summary_rows) { ['fee'] }
report.stub(:shipping_summary_rows) { ['shipping'] }
report.stub(:payment_summary_rows) { ['payment'] }
report.stub(:admin_adjustment_summary_rows) { ['admin'] }
order.stub(:account_invoice?) { false }
end