/
githubmirror
/
metasploit-framework
Обзор
Документация
Войти
/
githubmirror
/
metasploit-framework
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
spec/support/shared/examples/msf/module/arch.rb
6 строк
227 B
David Maloney
example_group and hook_scope conversions
01 янв 2016, 01:56
Не верифицирован
01 янв 2016, 01:56
c6656e4
Код
Авторство
О чём код?
RSpec.shared_examples_for 'Msf::Module::Arch' do it { is_expected.to respond_to :arch } it { is_expected.to respond_to :arch? } it { is_expected.to respond_to :arch_to_s } it { is_expected.to respond_to :each_arch } end