Sha256: 9fc5f9e0e05ff49dd47ad954c9259b79017b94f03013b87163621799ef604946
Contents?: true
Size: 359 Bytes
Versions: 3
Compression:
Stored size: 359 Bytes
Contents
require "spec_helper" describe IOSConfigProfile::InstallProfilePayload do subject { IOSConfigProfile::InstallProfilePayload } describe "#initialize" do it "has the correct payload" do payload = subject.new("asdf") expect(payload["RequestType"]).to eq "InstallProfile" expect(payload["Payload"].gets).to eq "asdf" end end end
Version data entries
3 entries across 3 versions & 1 rubygems