Files
metasploit-gs/spec/support/shared/examples/msf/module/network.rb
T

6 lines
236 B
Ruby
Raw Normal View History

shared_examples_for 'Msf::Module::Network' do
it { is_expected.to respond_to :comm }
it { is_expected.to respond_to :support_ipv6? }
it { is_expected.to respond_to :target_host }
it { is_expected.to respond_to :target_port }
end