Skip to content

Commit

Permalink
Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-robertson committed Nov 23, 2023
1 parent dd73920 commit 25d6a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

it { is_expected.to compile.with_all_deps }
it {
is_expected.to contain_file('/etc/audit').with({
is_expected.to contain_file('/etc/audit/rules.d').with({
:ensure => 'directory',
:owner => 'root',
:group => 'root',
Expand Down

0 comments on commit 25d6a37

Please sign in to comment.