Add GCM push for pushing OneMDM app to devices

This commit is contained in:
leenasn
2015-11-16 19:07:29 +05:30
parent 51881fa3fb
commit c9ec15aa9b
22 changed files with 131 additions and 76 deletions

View File

@@ -1,7 +1,7 @@
FactoryGirl.define do
factory :app do
name "My Ultimate Application"
package_name "my.ultimate.application"
name "One MDM"
package_name "com.multunus.onemdm"
end
end

View File

@@ -1,6 +1,6 @@
FactoryGirl.define do
factory :batch_installation do
app_id 1
association :app
end
end

View File

@@ -1,8 +1,7 @@
FactoryGirl.define do
factory :installation do
device_id 1
batch_installation_id 1
status 1
association :device
association :batch_installation
end
end