Sha256: 522b3afcaea22b9250809008ecc894f0ac039bee3defa076e319fd60d7e2c6fc
Contents?: true
Size: 368 Bytes
Versions: 1
Compression:
Stored size: 368 Bytes
Contents
shared_context 'checkout setup' do let!(:store) { create(:store) } let!(:shipping_method) do create( :shipping_method, calculator: Spree::Calculator::Shipping::Ups::NextDayAir.new ) end let!(:payment_method) { create(:check_payment_method) } let!(:zone) { create(:zone) } let!(:mug) { create(:product, name: 'RoR Mug', weight: 2) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_active_shipping-1.0.0 | spec/support/shared_contexts/checkout_setup.rb |