Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/support/shared/examples/msf/module/compatibility.rb
25011 views
1
RSpec.shared_examples_for 'Msf::Module::Compatibility' do
2
it { is_expected.to respond_to :compat }
3
it { is_expected.to respond_to :compatible? }
4
it { is_expected.to respond_to_protected :init_compat }
5
end
6
7