Including own modules and vendor modules in test-harness

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!

The folders option seems broken too.
If I specify the full path to the folder I want to copy, then all of this path is mkdired on the destination.

eg, folders => ["${ts_root}/vendor/modules"] results in the folder being copied to /tmp/terraspace/test-harnesses/test-harness//home/alex/terraspace-projects/my_project/vendor (and if I don’t specify the full path, the source folder isn’t found)