Sha256: c752b6b022eb52ee73dba8c3d94ccff44fe967a69ea51dfb1f941fc3e4dc6d71

Contents?: true

Size: 359 Bytes

Versions: 3

Compression:

Stored size: 359 Bytes

Contents

require "spec_helper"

describe IOSConfigProfile::InstalledApplicationListPayload do
  let(:installed_application_list_payload_attributes) do
    {
      "RequestType" => "InstalledApplicationList",
    }
  end

  subject { IOSConfigProfile::InstalledApplicationListPayload.new }

  it { is_expected.to eq(installed_application_list_payload_attributes) }
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ios_config_profile-1.4.1 spec/content/installed_application_list_payload_spec.rb
ios_config_profile-1.4.0 spec/content/installed_application_list_payload_spec.rb
ios_config_profile-1.3.0 spec/content/installed_application_list_payload_spec.rb