Sha256: f4fcf93129efd37be78650f7929fb8369e3ea995bbe2946e3883804cfba5fc96
Contents?: true
Size: 166 Bytes
Versions: 5
Compression:
Stored size: 166 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :user do sequence(:email) { |n| "person#{n}@example.com" } password { 'Password123' } end end
Version data entries
5 entries across 5 versions & 1 rubygems