Page MenuHomeGRNET

mx.rb
No OneTemporary

File Metadata

Created
Thu, Apr 24, 12:01 PM
FactoryGirl.define do
factory :mx, class: 'MX' do
domain
name ''
prio 10
content 'ns.example.com'
end
end

Event Timeline