Hi,
i'm preparing some PR but i'm getting many spec errors with the current code.
saw some recent work by @fredjean so i'm asking if specs actually need to be fixed on all branches or maybe is a problem of mine.
thanks
15 examples, 9 failures
Failed examples:
rspec ./spec/features/paypal_spec.rb:51 # PayPal pays for an order successfully
rspec ./spec/features/paypal_spec.rb:104 # PayPal includes adjustments in PayPal summary
rspec ./spec/features/paypal_spec.rb:78 # PayPal with 'Sole' solution type passes user details to PayPal
rspec ./spec/features/paypal_spec.rb:156 # PayPal line item adjustments includes line item adjustments in PayPal summary
rspec ./spec/features/paypal_spec.rb:197 # PayPal will skip $0 items
rspec ./spec/features/paypal_spec.rb:249 # PayPal can process an order with $0 item total
rspec ./spec/features/paypal_spec.rb:331 # PayPal as an admin refunding payments can refund payments fully
rspec ./spec/features/paypal_spec.rb:348 # PayPal as an admin refunding payments can refund payments partially
rspec ./spec/features/paypal_spec.rb:363 # PayPal as an admin refunding payments errors when given an invalid refund amount
Hi, i'm preparing some PR but i'm getting many spec errors with the current code. saw some recent work by @fredjean so i'm asking if specs actually need to be fixed on all branches or maybe is a problem of mine.
thanks