an unfinished start on proper paypal recurring integration

This commit is contained in:
Kyle Drake 2015-04-10 18:15:11 -07:00
parent 5346b7345e
commit c4376bc580
15 changed files with 175 additions and 53 deletions

View file

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