Sha256: 0292cc3c297c91669b58a23092cb90bd6c6e3ce5a3f11d1d89c41e9190281cda
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 Bytes
Contents
require 'apple_push_certs' describe ApplePushCerts do it 'has the apple root certificate' do root_certificate = File.open ApplePushCerts::CONFIG[:apple_root_certificate_path] root_certificate.read.length.should be > 0 end it 'has the apple intermediate certificate' do root_certificate = File.open ApplePushCerts::CONFIG[:apple_intermediate_certificate_path] root_certificate.read.length.should be > 0 end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
apple_push_certs-0.0.1 | spec/apple_push_certs_spec.rb |