Sha256: 31282417f5469322668d6d97be9315649cf963353497a6c092f22f2420488be7
Contents?: true
Size: 442 Bytes
Versions: 31
Compression:
Stored size: 442 Bytes
Contents
FactoryGirl.define do abbreviations = Metasploit::Model::Architecture::ABBREVIATIONS # dummy_architectures is not a factory, but a sequence because only the seeded Dummy::Architectures are valid sequence :dummy_architecture do |n| # use abbreviations since they are unique abbreviation = abbreviations[n % abbreviations.length] architecture = Dummy::Architecture.with_abbreviation(abbreviation) architecture end end
Version data entries
31 entries across 31 versions & 1 rubygems