Sha256: ff9690ee2c7f5dd0d0461430404aaca71996247277522385c29f88128c6350a4
Contents?: true
Size: 466 Bytes
Versions: 29
Compression:
Stored size: 466 Bytes
Contents
Factory.define :payment_method, :class => 'PaymentMethod::Check' do |f| f.name 'Check' f.environment 'cucumber' #f.display_on :front_end end Factory.define :bogus_payment_method, :class => Gateway::Bogus do |f| f.name 'Credit Card' f.environment 'cucumber' #f.display_on :front_end end Factory.define :authorize_net_payment_method, :class => Gateway::AuthorizeNet do |f| f.name 'Credit Card' f.environment 'cucumber' #f.display_on :front_end end
Version data entries
29 entries across 29 versions & 6 rubygems