Files
metasploit-gs/spec/support/shared/examples/msf/module/options.rb
T
Luke Imhoff 1fd8fe57df Merge staging/great-backport to master
Conflicts:
	spec/lib/msf/core/module_spec.rb
2014-11-12 11:08:18 -06:00

8 lines
409 B
Ruby

shared_examples_for 'Msf::Module::Options' do
it { is_expected.to respond_to_protected :deregister_options }
it { is_expected.to respond_to :options }
it { is_expected.to respond_to :validate }
it { is_expected.to respond_to_protected :register_advanced_options }
it { is_expected.to respond_to_protected :register_evasion_options }
it { is_expected.to respond_to_protected :register_options }
end