Commit a874967e authored by Greg Cox's avatar Greg Cox
Browse files

Remove declaration of the now-unused augeas class in tests

parent 9e6aad4e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -530,9 +530,6 @@ describe 'postfix' do

      context 'when specifying satellite' do # rubocop:disable RSpec/MultipleMemoizedHelpers
        let(:params) { { satellite: true, mydestination: '1.2.3.4', relayhost: '2.3.4.5' } }
        let :pre_condition do
          "class { 'augeas': }"
        end

        it 'compiles with expected resources' do
          is_expected.to compile.with_all_deps
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ describe 'postfix::transport' do

  let :pre_condition do
    <<-EOT
    class { '::augeas': }
    class { '::postfix': }
    EOT
  end
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@ describe 'postfix::virtual' do

  let :pre_condition do
    <<-EOT
    class { '::augeas': }
    class { '::postfix': }
    EOT
  end