1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00
metasploit-framework/spec/factories/mdm/module_details.rb
2014-08-26 15:24:08 -05:00

10 lines
142 B
Ruby

FactoryGirl.modify do
factory :mdm_module_detail do
ignore do
root {
Metasploit::Framework.root
}
end
end
end