mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
7 lines
79 B
Ruby
7 lines
79 B
Ruby
FactoryGirl.define do
|
|
factory :batch_installation do
|
|
app_id 1
|
|
end
|
|
|
|
end
|