Sha256: a70164d0659ff8f34360e1f6f7285bff7db6b594bf42eddb058a6d024ac7a85b
Contents?: true
Size: 407 Bytes
Versions: 4
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: true FactoryBot.modify do factory :store do trait :with_defaults do cart_tax_country_iso { 'US' } code { 'solidus' } default_currency { 'USD' } meta_description { 'store description' } meta_keywords { 'store, metaKeywords' } name { 'Solidus Test Store' } seo_title { 'Store Title' } url { 'www.example.com' } end end end
Version data entries
4 entries across 4 versions & 1 rubygems