Skip to content

Instantly share code, notes, and snippets.

View mattles's full-sized avatar

Matt Hunter mattles

  • Hamilton, New Zealand
View GitHub Profile
let(:organisation_customer) do
{
notes: "hot shot lawyer" ,
staff_member_uuid: staff_member.uuid,
created_at: DateTime.now.to_s,
email: customer.email,
name: customer.name,
uuid: "123456"
}
end