I added `require 'solidus_paypal_braintree/factori...
# support
j
I added
require 'solidus_paypal_braintree/factories'
to my
rails_helper
but am receiving an error when I try to instantiate a factory:
Copy code
NoMethodError:
  undefined method 'name' in 'solidus_paypal_braintree_payment_method' factory
  Did you mean? 'name { "Solidus PayPal Braintree Gateway" }'