Sha256: 927d76c4cc4ff4ce7779b461a9f96c15db58ddc5b0de8bffd35650b21c6375a6

Contents?: true

Size: 1.39 KB

Versions: 2

Compression:

Stored size: 1.39 KB

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

tobi:
  id: 1
  login: tobi
  password: ea0f5fd4398054c1c7aa0fbc7aaea30914a14441 # whatever
  name: Tobi
  email: tobi@example.com
  notify_via_email: true
  notify_via_jabber: false
  notify_on_new_articles: false
  notify_on_comments: true
  profile: admin

bob:
  id: 2
  login: bob
  password: 9a91e1d8d95b6315991a88121bb0aa9f03ba0dfc # test
  name: Bob
  email: bob@example.com
  notify_via_email: false
  notify_via_jabber: false
  notify_on_new_articles: true
  notify_on_comments: false
  profile: admin

existingbob:
  id: 3
  login: existingbob
  password: 9a91e1d8d95b6315991a88121bb0aa9f03ba0dfc # test
  name: Also Bob
  email: alsobob@example.com
  notify_via_email: true
  notify_via_jabber: false
  notify_on_new_articles: false
  notify_on_comments: false
  profile: admin

longbob:
  id: 4
  login: longbob
  password: 8e9b1a9a38e66ca572a5e8fdac8e256848842dfa # longtest
  name: More Bob
  email: longbob@example.com
  notify_via_email: false
  notify_via_jabber: false
  notify_on_new_articles: false
  notify_on_comments: false
  profile: admin

randomuser:
  id: 5
  login: randomuser
  password: 8e9b1a9a38e66ca572a5e8fdac8e256848842dfa # longtest
  name: Random User
  email: randomuser@example.com
  notify_via_email: true
  notify_via_jabber: false
  notify_on_new_articles: true
  notify_on_comments: true
  profile: admin

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
typo-5.0.2 test/fixtures/users.yml
typo-5.0.1 test/fixtures/users.yml