Closed paulodiovani closed 5 years ago
This pull request changes folder definition to glob patterns.
It allow, for example, writing factories in coffee-script to save lines of code. There is an additional test for that.
Some hints:
The changes are not compatible with previous folder definition on Factory.load().
folder
Factory.load()
Major version should be updated, if you're using semver. Let me know of that's a problem, so we could write a fallback to allow folder loading.
Thanks @paulodiovani for this. I've been busy so I haven't had time to review until now. Let me do some tests first.
Just updated. Please, accept #5 first.
too old plus conflicting files
This pull request changes folder definition to glob patterns.
It allow, for example, writing factories in coffee-script to save lines of code. There is an additional test for that.
Some hints:
The changes are not compatible with previous
folder
definition onFactory.load()
.Major version should be updated, if you're using semver. Let me know of that's a problem, so we could write a fallback to allow folder loading.