CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/factories/mdm/module_details.rb
Views: 11623
1
FactoryBot.modify do
2
factory :mdm_module_detail do
3
transient do
4
root {
5
Metasploit::Framework.root
6
}
7
end
8
end
9
end
10
11