Skip to content

Instantly share code, notes, and snippets.

View biril's full-sized avatar
🦄

Alex Lambiris biril

🦄
View GitHub Profile
@biril
biril / doc_approval_test_data.md
Last active May 22, 2018 10:30
Doc approval test data

Generate test data

#### Create 3 applicants ####

rosa = Applicant.create(first_name: "Rosa", last_name: "Salazar", dob: "1990-05-17T16:19:32.267Z", uuid: SecureRandom.uuid)
cristoph = Applicant.create(first_name: "Cristoph", last_name: "Waltz", dob: "1980-05-17T16:19:32.267Z", uuid: SecureRandom.uuid, national_id_number: "ID1234R")
michelle = Applicant.create(first_name: "Michelle", last_name: "Rodriguez", dob: "1970-05-17T16:19:32.267Z", uuid: SecureRandom.uuid, national_id_number: "ID5678M")

#### Create 3 Right-to-work proofs ####