Sha256: ca050750f53e417f1883c05cb460e9757b0176cce59de1bdd150e0c8aceda750

Contents?: true

Size: 1.31 KB

Versions: 16

Compression:

Stored size: 1.31 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

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

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
  
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

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

Version data entries

16 entries across 14 versions & 1 rubygems

Version Path
typo-3.99.0 test/fixtures/users.yml
typo-3.99.1 test/fixtures/users.yml
typo-3.99.2 test/fixtures/users.yml
typo-3.99.3 test/fixtures/users.yml
typo-4.0.2 test/fixtures/users.yml
typo-4.0.1 test/fixtures/users.yml
typo-4.0.0 test/fixtures/users.yml
typo-3.99.4 test/fixtures/users.yml
typo-4.0.3 test/fixtures/users.yml
typo-4.1.1 spec/fixtures/users.yml
typo-4.1.1 test/fixtures/users.yml
typo-5.0.2 spec/fixtures/users.yml
typo-4.1 test/fixtures/users.yml
typo-4.1 spec/fixtures/users.yml
typo-5.0.1 spec/fixtures/users.yml
typo-5.0 spec/fixtures/users.yml