Page MenuHomeGRNET

spf.rb
No OneTemporary

File Metadata

Created
Thu, Feb 20, 1:43 PM
FactoryGirl.define do
factory :spf, class: 'SPF' do
domain
name ''
content '"v=spf1 a:mail.example.com -all"'
end
end

Event Timeline