Sha256: faadb4f10786fe0b6aecfe3bedf9711717403dac170f3cc5bc15b86d6b51eb32

Contents?: true

Size: 195 Bytes

Versions: 8

Compression:

Stored size: 195 Bytes

Contents

Factory.define :typus_user do |f|
  f.email "admin@example.com"
  f.role "admin"
  f.status true
  f.token "1A2B3C4D5E6F"
  f.password "12345678"
  f.preferences Hash.new({ :locale => :en })
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
typus-1.0.0.pre8 test/factories/typus_users.rb
typus-1.0.0.pre7 test/factories/typus_users.rb
typus-1.0.0.pre6 test/factories/typus_users.rb
typus-1.0.0.pre5 test/factories/typus_users.rb
typus-1.0.0.pre4 test/factories/typus_users.rb
typus-1.0.0.pre3 test/factories/typus_users.rb
typus-1.0.0.pre2 test/factories/typus_users.rb
typus-1.0.0.pre test/factories/typus_users.rb