Sha256: 2509b9dab6ed6447b2c79bf717b27ddaeb36858c22c434ea05bdee870c727e8d
Contents?: true
Size: 433 Bytes
Versions: 43
Compression:
Stored size: 433 Bytes
Contents
shared_context 'checkout setup' do let!(:store) { create(:store) } 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) } end
Version data entries
43 entries across 43 versions & 1 rubygems