HELLO v3!!!
This commit is contained in:
9
spec/app/models/interesting_finding_spec.rb
Normal file
9
spec/app/models/interesting_finding_spec.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require 'spec_helper'
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user