mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
Add needed helper to BulkInvoiceService spec
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# frozen_string_literal: false
|
||||
|
||||
require 'spec_helper'
|
||||
require 'spree/admin/payments_helper'
|
||||
|
||||
describe BulkInvoiceService do
|
||||
include ActiveJob::TestHelper
|
||||
include Spree::Admin::PaymentsHelper
|
||||
|
||||
let(:service) { BulkInvoiceService.new }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user