From b24e49a6c845bccaeeabd023b7acc9282892ed4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sen=C3=A9n=20Rodero=20Rodr=C3=ADguez?= Date: Thu, 31 Mar 2022 12:18:08 +0200 Subject: [PATCH] Set a folder where to place custom spec support modules --- spec/support/common_actions.rb | 1 + spec/support/common_actions/custom/.keep | 0 2 files changed, 1 insertion(+) create mode 100644 spec/support/common_actions/custom/.keep diff --git a/spec/support/common_actions.rb b/spec/support/common_actions.rb index 623829431..84ae807a7 100644 --- a/spec/support/common_actions.rb +++ b/spec/support/common_actions.rb @@ -1,4 +1,5 @@ Dir["./spec/support/common_actions/*.rb"].each { |f| require f } +Dir["./spec/support/common_actions/custom/*.rb"].each { |f| require f } module CommonActions include Budgets diff --git a/spec/support/common_actions/custom/.keep b/spec/support/common_actions/custom/.keep new file mode 100644 index 000000000..e69de29bb