Files
wpscan/spec/app/models/interesting_finding_spec.rb

8 lines
255 B
Ruby

describe WPScan::Model::InterestingFinding do
it_behaves_like WPScan::References do
subject(:finding) { described_class.new('http://e.org/file.php', opts) }
let(:opts) { { references: references } }
let(:references) { {} }
end
end