Page MenuHomeGRNET

mx.rb
No OneTemporary

File Metadata

Created
Sat, Mar 21, 3:16 AM
FactoryGirl.define do
factory :mx, class: 'MX' do
domain
name ''
prio 10
content 'ns.example.com'
end
end

Event Timeline