Jason Hsu
|
a8eaabc5da
|
Used guard clause in spec/support/request/checkout_helper.rb instead of an if statement with two actions; reduces the number of RuboCop offenses from 108 to 107
|
2020-10-13 12:14:15 -05:00 |
|
Jason Hsu
|
0d051b7c7d
|
Added '# frozen_string_literal: true' to spec/support/request/checkout_helper.rb; reduces number of RuboCop offenses from 109 to 108
|
2020-10-13 12:05:50 -05:00 |
|
Luis Ramos
|
de061b4c54
|
Make it a keyword argument so it's easier to read
|
2020-08-31 18:47:24 +01:00 |
|
Luis Ramos
|
42d5344179
|
Fix checkout spec by fixing wrong default value
|
2020-08-31 17:40:34 +01:00 |
|
Luis Ramos
|
685a5465f1
|
Simplify checkout stripe spec
|
2020-08-31 17:40:34 +01:00 |
|
Luis Ramos
|
86ad31eb5c
|
Reuse checkout form filling code from CheckoutHelper in checkout paypal spec
|
2020-08-31 17:40:34 +01:00 |
|
Luis Ramos
|
edfd0fd95c
|
Move checkout helpers to checkout_helper
|
2020-08-31 17:40:34 +01:00 |
|
Luis Ramos
|
d1f5828d13
|
Rename checkout_workflow to checkout_helper
|
2020-08-31 17:40:34 +01:00 |
|