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