Sha256: 25f2212b3f0326c6b20b262140238a7ae9dff44adab37dd35539df1124992405

Contents?: true

Size: 233 Bytes

Versions: 1

Compression:

Stored size: 233 Bytes

Contents

require "spec_helper"

describe DomainInfo::SPF do
  let(:spf) { DomainInfo::SPF.new("plaintracker.com") }

  it "returns SPF record for ip associated with domain" do
    spf.value.should == "v=spf1 mx ip4:178.63.56.8 -all"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
domain_info-0.0.1 spec/lib/domain_info/spf_spec.rb