Commit 43d0d538 authored by Joshua Hoblitt's avatar Joshua Hoblitt
Browse files

rm duplicated spec example

Resolves this GHA warning:

    postfix on debian-11-x86_64 when specifying a custom mastercf_template does stuff

    Skipped: need to write this still
parent a8ddf9f9
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -317,18 +317,6 @@ describe 'postfix' do
        end
      end

      context 'when specifying a custom mastercf_template' do # rubocop:disable RSpec/MultipleMemoizedHelpers
        let(:params) do
          {
            mastercf_template: 'testy',
          }
        end

        it 'does stuff' do
          skip 'need to write this still'
        end
      end

      context 'when specifying a custom mastercf_source and mastercf_content' do # rubocop:disable RSpec/MultipleMemoizedHelpers
        let(:params) do
          {