Sha256: d3798d6667e60f25bffc42c8af0c3dcf1af323069c49e810c2a94995e1ecb691
Contents?: true
Size: 253 Bytes
Versions: 10
Compression:
Stored size: 253 Bytes
Contents
FactoryGirl.define do factory :panda_pal_organization, class: 'PandaPal::Organization' do name { SecureRandom.hex } key { SecureRandom.hex } secret { SecureRandom.hex } canvas_account_id { SecureRandom.random_number(10000) } end end
Version data entries
10 entries across 10 versions & 1 rubygems