Skip to content
Snippets Groups Projects
Commit 6b995331 authored by Raphaël Pinson's avatar Raphaël Pinson
Browse files

Override parameters

parent f5149b33
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ describe 'postfix' do
it { should contain_postfix__config('alias_maps') }
it { should contain_postfix__config('inet_interfaces') }
it { should contain_mailalias('root') }
it { should contain_mailalias('root').with_recipient('nobody') }
it {
should contain_service('postfix').with(
......@@ -56,7 +56,7 @@ describe 'postfix' do
it { should contain_postfix__config('newaliases_path') }
it { should contain_postfix__config('mailq_path') }
it { should contain_mailalias('root') }
it { should contain_mailalias('root').with_recipient('nobody') }
it {
should contain_service('postfix').with(
......@@ -105,7 +105,7 @@ describe 'postfix' do
it { should contain_postfix__config('alias_maps') }
it { should contain_postfix__config('inet_interfaces') }
it { should contain_mailalias('root') }
it { should contain_mailalias('root').with_recipient('foo') }
it {
should contain_service('postfix').with(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment