diff --git a/spec/app/controllers/core_spec.rb b/spec/app/controllers/core_spec.rb index 84eac92a..ca6cebcb 100644 --- a/spec/app/controllers/core_spec.rb +++ b/spec/app/controllers/core_spec.rb @@ -167,7 +167,6 @@ describe WPScan::Controller::Core do expect(core).to receive(:load_server_module) expect(core.target).to receive(:wordpress?).with(:mixed).and_return(true) expect(core.target).to receive(:wordpress_hosted?).and_return(false) - # expect(core.target).to receive(:content_dir).and_return('wp-content') end it 'calls the formatter when started and finished to update the db' do