Update test for new logo

This commit is contained in:
James Barnett 2017-08-09 11:10:49 -05:00
parent aa72a903cb
commit 25d896fd4d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# InSpec Testing for Drupal
describe command('curl http://localhost/drupal/') do
its('stdout') { should match /kali-metasploit-256\.png/ } # Make sure it has the icon
its('stdout') { should match /metasploitable3_logo\.png/ } # Make sure it has the icon
its('stdout') { should match /Metasploitable FAQs/ } # Make sure it has the title
its('stdout') { should match /What else is there to do here/ } # Make sure it has the content
end