Hi!
Is there an easy way to include all modules under ./app/modules and ./vendor/modules when stack testing?
If I use a Hash for modules
then I’ll have to specify every single module which isn’t especially convenient.
The docs also say ‘The List can be a simple Array of strings…’ but Arrays aren’t actually supported.
See https://github.com/boltops-tools/rspec-terraspace/blob/8562430ff571e8cdbaed0be36cc643a4dbc15713/lib/rspec/terraspace/project.rb#L156-L171
Thanks!