The code powering m.abunchtell.com https://m.abunchtell.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

8 行
190 B

  1. Fabricator(:user) do
  2. account
  3. email { sequence(:email) { |i| "#{i}#{Faker::Internet.email}" } }
  4. password "123456789"
  5. confirmed_at { Time.zone.now }
  6. agreement true
  7. end