Files
wpscan/spec/app/models/interesting_finding_spec.rb
2019-01-11 11:11:56 +00:00

8 lines
248 B
Ruby

describe WPScan::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