Sha256: 994e1845ba512c123c6f58e135ccad1a0115f1150d8a5794af0049e21cbb8aa1
Contents?: true
Size: 202 Bytes
Versions: 19
Compression:
Stored size: 202 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :user do sequence(:email) { |n| "user#{n}@example.com" } password { "password" } password_confirmation { "password" } end end
Version data entries
19 entries across 19 versions & 2 rubygems