mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-16 00:06:10 +02:00
7 lines
92 B
Ruby
7 lines
92 B
Ruby
FactoryGirl.define do
|
|
factory :user do
|
|
name "admin"
|
|
password "changeme"
|
|
end
|
|
end
|