Sha256: 0f6f222c294f4757ab5a6da182eb718583a477dffa67e0b3dcb665139c60f9c4
Contents?: true
Size: 314 Bytes
Versions: 33
Compression:
Stored size: 314 Bytes
Contents
FactoryBot.define do factory :automatic_exploitation_match, :class => MetasploitDataModels::AutomaticExploitation::Match do association :module_detail, factory: :mdm_module_detail association :match_set, factory: :automatic_exploitation_match_set association :matchable, factory: :mdm_vuln end end
Version data entries
33 entries across 33 versions & 2 rubygems