Fix specs for main

This commit is contained in:
erwanlr
2013-04-03 19:01:04 +02:00
parent 0b46f67551
commit d87901921a

View File

@@ -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