Page MenuHomeGRNET

txt.rb
No OneTemporary

File Metadata

Created
Mon, Sep 7, 5:22 PM
FactoryGirl.define do
factory :txt, class: 'TXT' do
domain
name ''
content '"v=spf1 a:mail.example.com -all"'
end
end

Event Timeline