1FactoryBot.modify do 2 factory :mdm_module_detail do 3 transient do 4 root { 5 Metasploit::Framework.root 6 } 7 end 8 end 9end 10 11