Sha256: aff3fa45e181c0e48662118a99da3dfa7397c114cd17dda3b4b1e0f028ab96b3
Contents?: true
Size: 311 Bytes
Versions: 15
Compression:
Stored size: 311 Bytes
Contents
### # PayPal requires that you log into the PayPal sandbox before getting access # to test users. # RSpec.configure do |config| config.before(:each, :paypal => true) do log_in_to_paypal_sandbox end config.after(:each, :paypal => true) do log_out_of_paypal log_out_of_paypal_sandbox end end
Version data entries
15 entries across 15 versions & 1 rubygems