Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
wpscanteam
GitHub Repository: wpscanteam/wpscan
Path: blob/master/spec/app/finders/plugins/config_parser_spec.rb
2192 views
1
# frozen_string_literal: true
2
3
describe WPScan::Finders::Plugins::ConfigParser do
4
xit
5
6
# it_behaves_like WPScan::Finders::DynamicFinder::WpItems::Finder do
7
# subject(:finder) { described_class.new(target) }
8
# let(:target) { WPScan::Target.new(url) }
9
# let(:url) { 'http://wp.lab/' }
10
# let(:fixtures) { DYNAMIC_FINDERS_FIXTURES.join('plugin_version') }
11
#
12
# let(:expected_all) { df_expected_all['plugins'] }
13
# let(:item_class) { WPScan::Model::Plugin }
14
# end
15
end
16
17