Sha256: cae0069e05d2cc9c86870a842c6867d5ca50812db60f946f0ca53c0facdf2530
Contents?: true
Size: 219 Bytes
Versions: 12
Compression:
Stored size: 219 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :confirmed_user, parent: :user do confirmed_at { Time.zone.now } confirmation_sent_at { Time.zone.now } confirmation_token { "12345" } end end
Version data entries
12 entries across 12 versions & 1 rubygems