mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
9 lines
117 B
Ruby
9 lines
117 B
Ruby
FactoryGirl.define do
|
|
factory :installation do
|
|
device_id 1
|
|
batch_installation_id 1
|
|
status 1
|
|
end
|
|
|
|
end
|