From 2621404c5f093a0466da5ebdc8535b0f0c254cae Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 10 Oct 2019 21:03:54 +0100 Subject: [PATCH] Removes useless spec comment --- spec/app/controllers/core_spec.rb | 1 - 1 file changed, 1 deletion(-) 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