Loading spec/classes/postfix_spec.rb +4 −4 Original line number Diff line number Diff line Loading @@ -486,7 +486,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'updates main.cf with the specified contents' do is_expected.to contain_postfix__config('message_size_limit').with_value('51200000') end end Loading @@ -501,7 +501,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'creates the hash' do is_expected.to contain_postfix__hash('/etc/postfix/transport').with_ensure('present') end end Loading @@ -516,7 +516,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'updates the transport map' do is_expected.to contain_postfix__transport('local_relay').with_nexthop('[10.12.0.2]:9925') end end Loading @@ -531,7 +531,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'updates the virtual map' do is_expected.to contain_postfix__virtual('someone@somedomain.tld').with_destination('internal@ourdomain.tld') end end Loading Loading
spec/classes/postfix_spec.rb +4 −4 Original line number Diff line number Diff line Loading @@ -486,7 +486,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'updates main.cf with the specified contents' do is_expected.to contain_postfix__config('message_size_limit').with_value('51200000') end end Loading @@ -501,7 +501,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'creates the hash' do is_expected.to contain_postfix__hash('/etc/postfix/transport').with_ensure('present') end end Loading @@ -516,7 +516,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'updates the transport map' do is_expected.to contain_postfix__transport('local_relay').with_nexthop('[10.12.0.2]:9925') end end Loading @@ -531,7 +531,7 @@ describe 'postfix' do } end it 'updates master.cf with the specified contents' do it 'updates the virtual map' do is_expected.to contain_postfix__virtual('someone@somedomain.tld').with_destination('internal@ourdomain.tld') end end Loading