Remove unused code
This commit is contained in:
parent
e1b2ac4d28
commit
762eba6aad
1 changed files with 0 additions and 12 deletions
|
@ -109,18 +109,6 @@ describe InsertDonation do
|
||||||
end
|
end
|
||||||
|
|
||||||
describe '#with_sepa' do
|
describe '#with_sepa' do
|
||||||
# let!(:nonprofit) { Nonprofit.create(name: 'new', city: 'NY', state_code: 'NY') }
|
|
||||||
# let(:supporter) { Supporter.create(nonprofit: nonprofit) }
|
|
||||||
# let(:direct_debit) { DirectDebitDetail.create(supporter_id: supporter.id, account_holder_name: 'name', iban: 'de1234561234561234', bic: 'yxz') }
|
|
||||||
# let(:data) do
|
|
||||||
# {
|
|
||||||
# 'amount' => 2000,
|
|
||||||
# 'supporter_id' => supporter.id,
|
|
||||||
# 'nonprofit_id' => nonprofit.id,
|
|
||||||
# 'recurring' => false,
|
|
||||||
# 'direct_debit_detail_id' => direct_debit.id
|
|
||||||
# }
|
|
||||||
# end
|
|
||||||
include_context :shared_rd_donation_value_context
|
include_context :shared_rd_donation_value_context
|
||||||
|
|
||||||
describe 'saves donation' do
|
describe 'saves donation' do
|
||||||
|
|
Loading…
Reference in a new issue