requires are not in correct hash format
logicminds opened this issue · 0 comments
logicminds commented
it do
is_expected.to contain_class('reportslack').with(
webhook: :undef,
channel: '#puppet-nodes',
icon_emoji: '',
"that_comes_before" => 'Package[git tree]')
end
Sould be
it do
is_expected.to contain_class('reportslack').with(
webhook: :undef,
channel: '#puppet-nodes',
icon_emoji: '',
that_comes_before: 'Package[git tree]' )
end