Skip to content

Commit

Permalink
Do not quote nils
Browse files Browse the repository at this point in the history
  • Loading branch information
szponek committed Nov 23, 2017
1 parent 8a9c2bb commit 646f973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/defaults_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
else
it {
is_expected.to contain_logrotate__conf('/etc/logrotate.conf').with(
'su_user' => 'nil',
'su_group' => 'nil'
'su_user' => nil,
'su_group' => nil
)
}
end
Expand Down

0 comments on commit 646f973

Please sign in to comment.