c6656e4031
not strictly required, these conversions keep us up to date with latest rspec conventions and best practices which will prevent use from having to convert them when they become deprecated later
4 lines
153 B
Ruby
4 lines
153 B
Ruby
RSpec.shared_examples_for 'Msf::Module::Privileged' do
|
|
it { is_expected.to respond_to :privileged }
|
|
it { is_expected.to respond_to :privileged? }
|
|
end |