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