Loading spec/defines/postfix_config_spec.rb +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading spec/defines/postfix_hash_spec.rb +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
spec/defines/postfix_config_spec.rb +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
spec/defines/postfix_hash_spec.rb +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading