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

Version Path
mr_common-1.3.0 spec/factories/registrations.rb
mr_common-1.2.0 spec/factories/registrations.rb
mr_common-1.1.0 spec/factories/registrations.rb
mr_common-1.0.5 spec/factories/registrations.rb
mr_common-1.0.4 spec/factories/registrations.rb
mr_common-1.0.3 spec/factories/registrations.rb
mr_common-1.0.2 spec/factories/registrations.rb
mr_common-1.0.1 spec/factories/registrations.rb
mr_common-1.0.0 spec/factories/registrations.rb