Sha256: d4e5086c340a33d39b4baacee32808ab1f6d48225d9b4912064be0880e6b902e
Contents?: true
Size: 534 Bytes
Versions: 31
Compression:
Stored size: 534 Bytes
Contents
shared_examples_for 'Metasploit::Model::Module::Handler' do it { should be_a Module } context 'general_handler_type' do subject(:general_handler_type) do handler_module.general_handler_type end it 'should be in Metasploit::Model::Module::Handler::GENERAL_TYPES' do general_handler_type.should be_in Metasploit::Model::Module::Handler::GENERAL_TYPES end end context 'handler_type' do subject(:handler_type) do handler_module.handler_type end it { should be_a String } end end
Version data entries
31 entries across 31 versions & 1 rubygems