Move all specs in update_account_invoices_spec and finalize_account_invoices_spec.rb temporarily to pending

This commit is contained in:
luisramos0
2018-10-21 22:09:21 +01:00
parent 6f78f3c595
commit 7ae5a615b2
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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