Sha256: 3e10d1bcc0cd16780d56b924a42b401a4234adb85a7f168884913f0d8489b7a9
Contents?: true
Size: 288 Bytes
Versions: 31
Compression:
Stored size: 288 Bytes
Contents
require 'spec_helper' describe Metasploit::Model::Authority do it_should_behave_like 'Metasploit::Model::Authority', namespace_name: 'Dummy' do def seed_with_abbreviation(abbreviation) Dummy::Authority.with_abbreviation(abbreviation) end end end
Version data entries
31 entries across 31 versions & 1 rubygems