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