Sha256: e8bf71ca55a27005f5f1fdd164841bd02ada9572a4373db7d19b61b367f891f1
Contents?: true
Size: 1.47 KB
Versions: 3
Compression:
Stored size: 1.47 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 user_publisher: login: shingara password: 8e9b1a9a38e66ca572a5e8fdac8e256848842dfa # longtest name: shingara email: shingara@example.com notify_via_email: false notify_on_new_articles: false notify_on_comments: false profile: publisher
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
typo-5.1.3 | test/fixtures/users.yml |
typo-5.1.98 | test/fixtures/users.yml |
typo-5.2 | test/fixtures/users.yml |