Set a folder where to place custom spec support modules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user