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