Sha256: 90562065cc25a2a6c871d9b0a0e6ae8251f2d1277071a3fc202ac19619225533

Contents?: true

Size: 192 Bytes

Versions: 11

Compression:

Stored size: 192 Bytes

Contents

FactoryBot.define do
  factory :location_type, class: 'Mks::Edm::LocationType' do
    code { FFaker::Name.name }
    name { FFaker::Name.name }
    description { FFaker::Name.name }
  end
end

Version data entries

11 entries across 11 versions & 4 rubygems

Version Path
mks_rent-1.0.0 spec/factories/location_types.rb
mks_maintenance-1.0.0 spec/factories/location_types.rb
mks_rate-1.0.5 spec/factories/location_types.rb
mks_edm-1.0.5 spec/factories/location_types.rb
mks_rate-1.0.4 spec/factories/location_types.rb
mks_edm-1.0.4 spec/factories/location_types.rb
mks_rate-1.0.3 spec/factories/location_types.rb
mks_rate-1.0.2 spec/factories/location_types.rb
mks_edm-1.0.2 spec/factories/location_types.rb
mks_rate-1.0.1 spec/factories/location_types.rb
mks_edm-1.0.1 spec/factories/location_types.rb