Wednesday, July 15, 2026 4:00:49 AM
> user_alias.rb
# frozen_string_literal: true

FactoryBot.define do
  factory :user_alias, class: "ESM::UserAlias" do
    association :user
    value { Faker::Alphanumeric.alpha(number: 4) }

    # One of community or server must be set
    # Use traits or pass them explicitly
  end
end
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7