6 lines
236 B
Ruby
6 lines
236 B
Ruby
|
|
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
|