Skip to content
Snippets Groups Projects
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
Branches
Tags
No related merge requests found
...@@ -317,18 +317,6 @@ describe 'postfix' do ...@@ -317,18 +317,6 @@ describe 'postfix' do
end end
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 context 'when specifying a custom mastercf_source and mastercf_content' do # rubocop:disable RSpec/MultipleMemoizedHelpers
let(:params) do let(:params) do
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment