Skip to content

Commit 9a339d1

Browse files
authored
Merge pull request #2505 from bastelfreak/compile
vhost_spec: test if whole catalog compiles
2 parents a521d39 + b0262bf commit 9a339d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/defines/vhost_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
}
537537
end
538538

539-
it { is_expected.to compile }
539+
it { is_expected.to compile.with_all_deps }
540540
it { is_expected.not_to contain_file('/var/www/foo') }
541541
it { is_expected.to contain_class('apache::mod::ssl') }
542542

0 commit comments

Comments
 (0)