Skip to content

Commit

Permalink
Merge pull request #411 from voxpupuli/maint/fix-duplicate-skipped-test
Browse files Browse the repository at this point in the history
rm duplicated spec example
  • Loading branch information
jhoblitt authored Oct 8, 2024
2 parents cbb8e9b + 43d0d53 commit 54949d8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spec/classes/postfix_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -317,18 +317,6 @@
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
{
Expand Down

0 comments on commit 54949d8

Please sign in to comment.