1# frozen_string_literal: true 2 3describe 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 15end 16 17