Sha256: 7dd07c5cbd6f9d7744762ac15b768dcfec530a30b905115e25821c63c5717abc
Contents?: true
Size: 399 Bytes
Versions: 25
Compression:
Stored size: 399 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) } end
Version data entries
25 entries across 25 versions & 4 rubygems