Sha256: ea65d21d07c510d77e384015b3a1c97b6204b09f8ed15ab2b263a2aae18de2d9

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

FactoryBot.modify do
  factory :stock_location do
    address1 { '131 S 8th Ave' }
    city { 'Manville' }
    association(:state, name: 'New Jersey', abbr: 'NJ')
    zipcode { '08835' }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solidus_easypost-3.0.0 lib/solidus_easypost/testing_support/factories/stock_location_factory.rb