Sha256: 8d091b0cbb6822121aee0ae85818ed4fe47def4ccd8aafd22ca1e3f82dec2560
Contents?: true
Size: 230 Bytes
Versions: 15
Compression:
Stored size: 230 Bytes
Contents
FactoryBot.define do factory :company, class: Hubspot::Company do to_create { |instance| instance.save } add_attribute(:name) { Faker::Company.name } add_attribute(:domain) { Faker::Internet.domain_name } end end
Version data entries
15 entries across 15 versions & 1 rubygems