Sha256: 36a0c1a8ff02465a094eb8a4617109a711b32b6dd28ae68a2e2850cfb9e4bade
Contents?: true
Size: 434 Bytes
Versions: 5
Compression:
Stored size: 434 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(:billet_payment_method) } let!(:zone) { create(:zone) } let!(:store) { create(:store) } end
Version data entries
5 entries across 5 versions & 1 rubygems