Farmbot-Web-App/spec/factories/regimen.rb

7 lines
140 B
Ruby
Raw Normal View History

2017-10-22 07:19:50 -06:00
FactoryBot.define do
2016-08-09 19:00:45 -06:00
factory :regimen, :class => 'Regimen' do
name { Faker::Pokemon.name + Faker::Pokemon.name }
device
2016-08-03 09:31:45 -06:00
end
end