Browse Source

Maintenance: Improve db strategy exists matching in custom development.

Rolf Schmidt 2 years ago
parent
commit
653f9bdd43
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .rubocop/default.yml

+ 1 - 0
.rubocop/default.yml

@@ -384,3 +384,4 @@ Zammad/ExistsDbStrategy:
     - "spec/**/*.rb"
   Exclude:
     - "spec/support/capybara/*.rb"
+    - "**/spec/support/capybara/*.rb"