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/*.rb"].each { |f| require f }
|
||||||
|
Dir["./spec/support/common_actions/custom/*.rb"].each { |f| require f }
|
||||||
|
|
||||||
module CommonActions
|
module CommonActions
|
||||||
include Budgets
|
include Budgets
|
||||||
|
|||||||
0
spec/support/common_actions/custom/.keep
Normal file
0
spec/support/common_actions/custom/.keep
Normal file
Reference in New Issue
Block a user