11 lines
310 B
Ruby
11 lines
310 B
Ruby
describe WPScan::Finders::Themes::KnownLocations do
|
|
subject(:finder) { described_class.new(target) }
|
|
let(:target) { WPScan::Target.new(url) }
|
|
let(:url) { 'http://ex.lo/' }
|
|
let(:fixtures) { FINDERS_FIXTURES.join('themes', 'known_locations') }
|
|
|
|
describe '#aggressive' do
|
|
xit
|
|
end
|
|
end
|