Sha256: bdcc1a6cc01b60d6dd4346c96948b48cfb1fd33b50eb59f36b1839d9a5106469
Contents?: true
Size: 376 Bytes
Versions: 9
Compression:
Stored size: 376 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :registration, class: MrCommon::Registration do first_name { "first_name" } last_name { "last_name" } email { "email@website.com" } company_name { "company_name" } telephone { "telephone" } job_title { "job_title" } contact_via_email { false } contact_via_phone { false } end end
Version data entries
9 entries across 9 versions & 1 rubygems