Unverified Commit 40bf4ac2 authored by Steve Traylen's avatar Steve Traylen Committed by GitHub
Browse files

Update spec/functions/postfix_table_type_extensions_spec.rb

parent 570f4ffa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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