Welcome to mirror list, hosted at ThFree Co, Russian Federation.

emails.rb « factories « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8303861bcfe3c7d51c8b8118ef6b58da6ad1c4da (plain)
1
2
3
4
5
6
FactoryGirl.define do
  factory :email do
    user
    email { generate(:email_alias) }
  end
end