mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 11:28:29 +02:00
an unfinished start on proper paypal recurring integration
This commit is contained in:
parent
5346b7345e
commit
c4376bc580
15 changed files with 175 additions and 53 deletions
|
@ -19,6 +19,10 @@ describe '/plan' do
|
|||
StripeMock.stop
|
||||
end
|
||||
|
||||
it 'should work for paypal' do
|
||||
|
||||
end
|
||||
|
||||
it 'should work for fresh signup' do
|
||||
visit '/plan'
|
||||
fill_in 'Card Number', with: '4242424242424242'
|
||||
|
@ -41,4 +45,4 @@ describe '/plan' do
|
|||
mail = Mail::TestMailer.deliveries.first
|
||||
mail.subject.must_match "You've become a supporter"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue