Sha256: c0a2dd3ab05228ef58753ec1e3e825e849a451c6ef4b35bff05ab8e0c6c7d762
Contents?: true
Size: 250 Bytes
Versions: 2
Compression:
Stored size: 250 Bytes
Contents
require "spec_helper" describe DomainInfo::DKIM do let(:dkim) { DomainInfo::DKIM.new("plaintracker.com", "plaintracker.com._domainkey") } it "returns DKIM record for ip associated with domain" do dkim.value.should match("v=DKIM1") end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
domain_info-0.0.2 | spec/lib/domain_info/dkim_spec.rb |
domain_info-0.0.1 | spec/lib/domain_info/dkim_spec.rb |