Files
metasploit-gs/spec/support/shared/examples/msf/module/author.rb
T
2014-10-17 11:20:23 -05:00

6 lines
188 B
Ruby

shared_examples_for 'Msf::Module::Author' do
it { is_expected.to respond_to :author }
it { is_expected.to respond_to :author_to_s }
it { is_expected.to respond_to :each_author }
end