Sha256: 3b2307b3333a4a2b75bc95d2273ce55818e21b4f8a3918b30916f541ac7a43ef
Contents?: true
Size: 259 Bytes
Versions: 1
Compression:
Stored size: 259 Bytes
Contents
# frozen_string_literal: true require 'spree/testing_support' Spree::TestingSupport.deprecate_cherry_picking_factory_bot_files FactoryBot.define do factory :price, class: 'Spree::Price' do variant amount { 19.99 } currency { 'USD' } end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_core-2.11.4 | lib/spree/testing_support/factories/price_factory.rb |