Sha256: cbe811316aef68f2c8afdc86a8f85e5a58d88a80497abdc1c9ba38522908a89e
Contents?: true
Size: 315 Bytes
Versions: 27
Compression:
Stored size: 315 Bytes
Contents
FactoryGirl.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
27 entries across 27 versions & 1 rubygems