8 lines
93 B
Ruby
8 lines
93 B
Ruby
# Copyright (C) 2024 Manuel Bustillo
|
|
|
|
FactoryBot.define do
|
|
factory :user do
|
|
|
|
end
|
|
end
|