/ Published in: Other

Just a funny, yet usefull fixture for testing users in a rails app.
Using "somewhat real" fixtures, will keep testing both fun and realistic.
Knowing that "Crabbe_ugly_nick" failed, is a lot easier to communicate then knowing "user_t_x01 failed"
Using "somewhat real" fixtures, will keep testing both fun and realistic.
Knowing that "Crabbe_ugly_nick" failed, is a lot easier to communicate then knowing "user_t_x01 failed"
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
harry: name: Harry email: Harry.potter@student.hogwards.ed.uk nickname: Harry Potter ron: name: Ron email: wonwon@wizzmail.co.uk nickname: KeeperP0wner ginny_space_in_name: name: Ginny Weasley email: g.weasly@student.hogwards.ed.uk nickname: Ginny<3 draco_malfoy_in_email: name: Malfoy email: draco-malfoy-invalid nickname: D.Malfoy crabbe_ugly_nick: name: Crabbe email: crabbe@student.hogwards.ed.uk nickname: ..**~~00(((crabbe!!!!!11111!oneoneoneonew00t)))00~~**.. voldemort: name: email: volly@evilhq.hu nickname: he_who_must_not_be_named
Comments
