mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-20 22:11:08 +02:00
7 lines
91 B
Ruby
7 lines
91 B
Ruby
FactoryBot.define do
|
|
factory :user do
|
|
name "admin"
|
|
password "changeme"
|
|
end
|
|
end
|