diff --git a/test/integration/nginx/serverspec/cron_spec.rb b/test/integration/nginx/serverspec/cron_spec.rb index ffc424f..e51121c 100644 --- a/test/integration/nginx/serverspec/cron_spec.rb +++ b/test/integration/nginx/serverspec/cron_spec.rb @@ -26,7 +26,7 @@ when 'debian', 'ubuntu' 'www-data' when 'redhat', 'centos', 'fedora', 'scientific', 'amazon' - 'apache' + 'nginx' when 'suse', 'opensuse' 'wwwrun' when 'arch'