mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-07 02:34:59 +00:00
7 lines
81 B
Ruby
7 lines
81 B
Ruby
FactoryGirl.define do
|
|
factory :heartbeat do
|
|
association :device
|
|
end
|
|
|
|
end
|