Sha256: 3be88d08e99d6d3583241b13db1168eb9e2752258542b3b095299dc36a6bb7bd

Contents?: true

Size: 1.22 KB

Versions: 5

Compression:

Stored size: 1.22 KB

Contents

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

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

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

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

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
typo-5.0.3.98.1 test/fixtures/users.yml
typo-5.0.3.98 test/fixtures/users.yml
typo-5.1.2 test/fixtures/users.yml
typo-5.1.1 test/fixtures/users.yml
typo-5.1 test/fixtures/users.yml