From 2266fa4f4bf67cffb7f9a0418de8255771d6e3e3 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 18 Apr 2019 14:43:21 +0100 Subject: [PATCH] Removes useless comment --- spec/shared_examples/target/platform/wordpress.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/spec/shared_examples/target/platform/wordpress.rb b/spec/shared_examples/target/platform/wordpress.rb index 06a2c186..3ba79d5a 100644 --- a/spec/shared_examples/target/platform/wordpress.rb +++ b/spec/shared_examples/target/platform/wordpress.rb @@ -141,8 +141,6 @@ shared_examples WPScan::Target::Platform::WordPress do describe '#wordpress_hosted?' do let(:fixtures) { super().join('wordpress_hosted') } - # its(:wordpress_hosted?) { should be false } - context 'when the target host matches' do let(:url) { 'http://ex.wordpress.com' }