Loading spec/acceptance/postfix_spec.rb +2 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper_acceptance' describe 'postfix class' do Loading spec/classes/postfix_augeas_spec.rb +3 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::augeas' do Loading @@ -20,6 +22,7 @@ describe 'postfix::augeas' do test_content: %r{Provides unit tests and examples for the <Postfix_Transport> lens.}, stock_since: '1.0.0') } it { is_expected.to contain_augeas__lens('postfix_virtual').with(ensure: 'present', lens_content: %r{Parses /etc/postfix/virtual}, Loading spec/classes/postfix_mailman_spec.rb +2 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::mailman' do Loading spec/classes/postfix_mta_spec.rb +2 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::mta' do Loading spec/classes/postfix_satellite_spec.rb +3 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::satellite' do Loading @@ -19,6 +21,7 @@ describe 'postfix::satellite' do it { is_expected.to compile.with_all_deps } it { is_expected.to contain_class('postfix::mta') } it { is_expected.to contain_postfix__virtual('@foo.example.com').with( ensure: 'present', Loading Loading
spec/acceptance/postfix_spec.rb +2 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper_acceptance' describe 'postfix class' do Loading
spec/classes/postfix_augeas_spec.rb +3 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::augeas' do Loading @@ -20,6 +22,7 @@ describe 'postfix::augeas' do test_content: %r{Provides unit tests and examples for the <Postfix_Transport> lens.}, stock_since: '1.0.0') } it { is_expected.to contain_augeas__lens('postfix_virtual').with(ensure: 'present', lens_content: %r{Parses /etc/postfix/virtual}, Loading
spec/classes/postfix_mailman_spec.rb +2 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::mailman' do Loading
spec/classes/postfix_mta_spec.rb +2 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::mta' do Loading
spec/classes/postfix_satellite_spec.rb +3 −0 Original line number Diff line number Diff line # frozen_string_literal: true require 'spec_helper' describe 'postfix::satellite' do Loading @@ -19,6 +21,7 @@ describe 'postfix::satellite' do it { is_expected.to compile.with_all_deps } it { is_expected.to contain_class('postfix::mta') } it { is_expected.to contain_postfix__virtual('@foo.example.com').with( ensure: 'present', Loading