fluentd-ui/spec/factories/user.rb
Kenji Okimoto 0afc17c00a Follow changes in previous commit
FactoryGirl ->
FactoryBot

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-04-20 16:52:14 +09:00

7 lines
91 B
Ruby

FactoryBot.define do
factory :user do
name "admin"
password "changeme"
end
end