Sha256: b6fb56090b00a50902d2b0a73264025b6687534de409a22955b73cbf4d968c58
Contents?: true
Size: 505 Bytes
Versions: 31
Compression:
Stored size: 505 Bytes
Contents
FactoryGirl.define do # Used to test {Metasploit::Model::Module::Path} and to ensure that traits work when used in factories. factory :dummy_module_path, :aliases => [ :unnamed_dummy_module_path ], :class => Dummy::Module::Path, :traits => [ :unnamed_metasploit_model_module_path ] do factory :named_dummy_module_path, :traits => [ :named_metasploit_model_module_path ] end end
Version data entries
31 entries across 31 versions & 1 rubygems