Sha256: 3b7a8d2a09d577c270ba1a9d58487fd46273b99e3173fb08d038519d6cd2c59a
Contents?: true
Size: 433 Bytes
Versions: 28
Compression:
Stored size: 433 Bytes
Contents
shared_context 'checkout setup' do let!(:country) { create(:country, states_required: true) } let!(:state) { create(:state, country: country) } let!(:shipping_method) { create(:shipping_method) } let!(:stock_location) { create(:stock_location) } let!(:mug) { create(:product, name: "RoR Mug") } let!(:payment_method) { create(:check_payment_method) } let!(:zone) { create(:zone) } let!(:store) { create(:store) } end
Version data entries
28 entries across 28 versions & 1 rubygems