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

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

4 lines
94 B
Ruby
Raw Normal View History

2015-12-31 16:56:13 -06:00
RSpec.shared_examples_for 'Msf::Module::UUID' do
2014-10-17 11:34:35 -05:00
it { is_expected.to respond_to :uuid }
end