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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
194 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
RSpec.shared_examples_for 'Msf::Module::Author' do
2014-10-17 11:20:23 -05:00
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