metasploitable3/chef/cookbooks/metasploitable/test/linux/phpmyadmin.rb
2017-08-11 13:36:04 -05:00

3 lines
139 B
Ruby

describe command('curl http://localhost/phpmyadmin/') do
its('stdout') { should match /logo_right\.png/ } # Make sure it has the icon
end