Skip to content

Commit

Permalink
Add additional verifications to userdir testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Aug 17, 2024
1 parent 1dd4e78 commit 16a0d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/defines/vhost_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2173,6 +2173,8 @@
)
end

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_class('apache::mod::userdir') }
it do
expect(subject).to contain_concat__fragment('rspec.example.com-userdir')
.with(content: %r{^\s+UserDir disabled$})
Expand Down

0 comments on commit 16a0d0a

Please sign in to comment.