mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-10 03:30:22 +00:00
Move all specs in update_account_invoices_spec and finalize_account_invoices_spec.rb temporarily to pending
This commit is contained in:
@@ -5,7 +5,7 @@ def travel_to(time)
|
||||
end
|
||||
|
||||
|
||||
describe FinalizeAccountInvoices do
|
||||
xdescribe FinalizeAccountInvoices do
|
||||
let!(:year) { Time.zone.now.year }
|
||||
|
||||
describe "unit specs" do
|
||||
|
||||
@@ -4,7 +4,7 @@ def travel_to(time)
|
||||
around { |example| Timecop.travel(start_of_july + time) { example.run } }
|
||||
end
|
||||
|
||||
describe UpdateAccountInvoices do
|
||||
xdescribe UpdateAccountInvoices do
|
||||
let(:year) { Time.zone.now.year }
|
||||
|
||||
before do
|
||||
|
||||
Reference in New Issue
Block a user