Skip to content

Commit

Permalink
Fixed failing spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jul 1, 2015
1 parent 61b0ba6 commit 9f655fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/query_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
let(:domain) { 'getlua.com' }

it "should prefer the SPF type record over other TXT records" do
expect(subject.query(domain)).to be == %{v=spf1 include:mail.zendesk.com include:servers.mcsv.net include:_spf.google.com include:sendgrid.net include:mktomail.com ~all}
expect(subject.query(domain)).to be == %{v=spf1 include:mail.zendesk.com include:servers.mcsv.net include:_spf.google.com include:sendgrid.net include:mktomail.com -all}
end
end

Expand Down

0 comments on commit 9f655fa

Please sign in to comment.