Skip to content

Instantly share code, notes, and snippets.

@Rosa-Fox
Created June 25, 2014 11:58
Show Gist options
  • Save Rosa-Fox/d5db721ddfda3908a1dd to your computer and use it in GitHub Desktop.
Save Rosa-Fox/d5db721ddfda3908a1dd to your computer and use it in GitHub Desktop.
FactoryGirl.define do
factory :invitation do
sequence(:id) { |n| n }
created_at "2014-06-24 10:45:28"
updated_at nil
email { |n| "person#{n}@example.com" }
workshop_ids ["http-fundamentals", "rails-security"]
token "alQmOQUU5WmGgayFZzbGKg"
redeemed_at nil
user_id nil
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment