CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/spec/support/shared/examples/msf/module/ui.rb
Views: 11655
1
RSpec.shared_examples_for 'Msf::Module::UI' do
2
it_should_behave_like 'Msf::Module::UI::Line'
3
it_should_behave_like 'Msf::Module::UI::Message'
4
end
5