mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
13 lines
378 B
YAML
13 lines
378 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
email: user.one@example.com
|
|
encrypted_password: <%= Devise::Encryptor.digest(User, 'password') %>
|
|
upload_bandwidth_kb: 10000
|
|
|
|
two:
|
|
id: 2
|
|
email: user.two@example.com
|
|
encrypted_password: <%= Devise::Encryptor.digest(User, 'password') %>
|
|
upload_bandwidth_kb: 10000 |