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