Sha256: 8be99338b0eea1e16e5bad830fcc0d9920336e99530796538af67dc8876067e5
Contents?: true
Size: 285 Bytes
Versions: 7
Compression:
Stored size: 285 Bytes
Contents
FactoryBot.define do factory :account do canvas_id { SecureRandom.random_number(100_000_000) } sis_id { SecureRandom.hex } canvas_parent_account_id { 1 } sis_parent_account_id { SecureRandom.hex } name { "Account name" } workflow_state { "active" } end end
Version data entries
7 entries across 7 versions & 1 rubygems