Sha256: 5a0f7ab85bd22e9c975ecb8285a392f3c1599010c93d0a5ffc2aac281f755c3b
Contents?: true
Size: 274 Bytes
Versions: 137
Compression:
Stored size: 274 Bytes
Contents
FactoryGirl.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
137 entries across 137 versions & 1 rubygems