(FM-7709) pdksync and remove beaker
[puppet-modules/puppetlabs-apt.git] / .rubocop.yml
index 413a6442f5cc2420825a2da8db39063f024a0a52..ee74e8cbb291de546018ba3ea02860c589902f2a 100644 (file)
@@ -26,7 +26,7 @@ GetText:
 GetText/DecorateString:
   Description: We don't want to decorate test output.
   Exclude:
-  - spec/*
+  - spec/**/*
 RSpec/BeforeAfterAll:
   Description: Beware of using after(:all) as it may cause state to leak between tests.
     A necessary evil in acceptance testing.