Skip to content

Commit

Permalink
vhost_spec: test if whole catalog compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 12, 2023
1 parent b6cb8e9 commit 9c3950e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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') }

Expand Down

0 comments on commit 9c3950e

Please sign in to comment.