Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
rapid7
Edit Copy
Star
GitHub Repository:
rapid7/metasploit-framework
Path:
blob/master/spec/support/shared/examples/msf/module/uuid.rb
2
5
0
1
1
views
1
RSpec
.
shared_examples_for
'Msf::Module::UUID'
do
2
it
{
is_expected
.
to
respond_to
:uuid
}
3
end
4
5