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