mirror of
http://ghproxy.cn/https://github.com/multunus/onemdm-server
synced 2025-12-06 10:14:59 +00:00
Added Models App, Installation Batch Installation
This commit is contained in:
5
spec/models/batch_installation_spec.rb
Normal file
5
spec/models/batch_installation_spec.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
require 'rails_helper'
|
||||
|
||||
RSpec.describe BatchInstallation, type: :model do
|
||||
it {should belong_to(:app)}
|
||||
end
|
||||
Reference in New Issue
Block a user