Skip to content

Commit b0262bf

Browse files
committed
vhost_spec: test if whole catalog compiles
1 parent 33607c2 commit b0262bf

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)