Page MenuHomeGRNET

txt.rb
No OneTemporary

File Metadata

Created
Wed, Oct 15, 7:26 AM
FactoryGirl.define do
factory :txt, class: 'TXT' do
domain
name ''
content '"v=spf1 a:mail.example.com -all"'
end
end

Event Timeline