From 911e62fa6f88a697dcd9aa4f4f4688b3518008e2 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 3 Jun 2024 17:15:03 +0200 Subject: [PATCH] spec/spec.opts: ensure the file is absent some of our modules have a legacy spec/spec.opts file: https://github.com/voxpupuli/puppet-allknowingdns/blob/master/spec/spec.opts We need to ensure that it's absent, otherwise CI won't pass: https://github.com/voxpupuli/puppet-allknowingdns/actions/runs/9352662814/job/25741367385?pr=61 --- config_defaults.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config_defaults.yml b/config_defaults.yml index ae59d261..a7628e66 100644 --- a/config_defaults.yml +++ b/config_defaults.yml @@ -117,6 +117,8 @@ spec/spec_helper_acceptance.rb: unmanaged: true configure_beaker: modules: ':metadata' +spec/spec.opts: + delete: true CONTRIBUTING.md: delete: true .yardopts: