Loading spec/functions/postfix_table_type_extensions_spec.rb +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ describe 'postfix::table_type_extension' do it { is_expected.to run.with_params('lmdb').and_return('lmdb') } end context 'with pcrm' do context 'with pcre' do it { is_expected.to run.with_params('pcre').and_return('db') } end end Loading
spec/functions/postfix_table_type_extensions_spec.rb +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ describe 'postfix::table_type_extension' do it { is_expected.to run.with_params('lmdb').and_return('lmdb') } end context 'with pcrm' do context 'with pcre' do it { is_expected.to run.with_params('pcre').and_return('db') } end end