Browse Source

Maintenance: Ignore exists db strategy check in support dir to exclude custom development support files as well.

Rolf Schmidt 2 years ago
parent
commit
27e3698e72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .rubocop/default.yml

+ 1 - 1
.rubocop/default.yml

@@ -383,4 +383,4 @@ Zammad/ExistsDbStrategy:
   Include:
     - "spec/**/*.rb"
   Exclude:
-    - spec/support/capybara/common_actions.rb
+    - "spec/support/capybara/*.rb"