From d87901921ab998a90a06f212700efef3f67005da Mon Sep 17 00:00:00 2001 From: erwanlr Date: Wed, 3 Apr 2013 19:01:04 +0200 Subject: [PATCH] Fix specs for main --- spec/wpscan_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/wpscan_spec.rb b/spec/wpscan_spec.rb index fcf8b997..5380b562 100644 --- a/spec/wpscan_spec.rb +++ b/spec/wpscan_spec.rb @@ -23,7 +23,7 @@ describe 'wpscan main checks' do it 'should check for errors on running the mainscript' do a = %x[ruby #{ROOT_DIR}/wpscan.rb] - a.should =~ /\[ERROR\] No argument supplied/ + a.should =~ /No argument supplied/ end it 'should check for valid syntax' do