Skip to content

Commit

Permalink
Merge pull request #2505 from bastelfreak/compile
Browse files Browse the repository at this point in the history
vhost_spec: test if whole catalog compiles
  • Loading branch information
smortex authored Jan 3, 2024
2 parents a521d39 + b0262bf commit 9a339d1
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 9a339d1

Please sign in to comment.