Moves Models into their own namespace - Ref #1315
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
describe WPScan::InterestingFinding do
|
||||
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 } }
|
||||
|
||||
Reference in New Issue
Block a user