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
6 lines
194 B
Ruby
6 lines
194 B
Ruby
RSpec.shared_examples_for 'Msf::Module::Author' do
|
|
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
|