diff --git a/spec/defines/vhost_spec.rb b/spec/defines/vhost_spec.rb index ffa82f1087..57dcfd811e 100644 --- a/spec/defines/vhost_spec.rb +++ b/spec/defines/vhost_spec.rb @@ -536,7 +536,7 @@ } end - it { is_expected.to compile } + it { is_expected.to compile.with_all_deps } it { is_expected.not_to contain_file('/var/www/foo') } it { is_expected.to contain_class('apache::mod::ssl') }