# frozen_string_literal: true

FactoryBot.define do
  factory :user_my_module do
    user
    my_module
  end
end