Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/support/shared/examples/msf/module/options.rb
25011 views
1
RSpec.shared_examples_for 'Msf::Module::Options' do
2
it { is_expected.to respond_to_protected :deregister_options }
3
it { is_expected.to respond_to :options }
4
it { is_expected.to respond_to :validate }
5
it { is_expected.to respond_to_protected :register_advanced_options }
6
it { is_expected.to respond_to_protected :register_evasion_options }
7
it { is_expected.to respond_to_protected :register_options }
8
end
9