Sha256: dbc9f91b661db92ea2a4218b6c30c72fd396105d38475266af58fd9960feb8e5
Contents?: true
Size: 409 Bytes
Versions: 2
Compression:
Stored size: 409 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :registration, class: MrCommon::Registration do first_name { "ChristoBear" } last_name { "McFluffyLongName" } email { "email@website.com" } company_name { "Stuffing Brokerage, Inc." } telephone { "(541) 754-3010" } job_title { "Quality Assurance" } contact_via_email { false } contact_via_phone { false } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mr_common-2.1.0 | spec/factories/registrations.rb |
mr_common-2.0.0 | spec/factories/registrations.rb |