Commit 81aef957 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

postfix::config and postfix::hash need the postfix class in specs

parent df23eac8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ describe 'postfix::config' do
  let (:title) { 'foo' }
  let (:facts) { {
    :osfamily => 'Debian',
    :needs_postfix_class => true,
  } }

  context 'when not passing value' do
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ describe 'postfix::hash' do
  let (:title) { '/tmp/foo' }
  let (:facts) { {
    :osfamily => 'Debian',
    :needs_postfix_class => true,
  } }

  context 'when passing wrong type for ensure' do