I'm using kitchen-test with serverspec and my directory tree for spec files is
roles/myrole/test/integration/(default|somethingelse)/serverspec
If I do a symlink as roles/myroles/spec, ansiblespec is working fine.
is it possible to add a configuration option to specfiles: test/integration/default/serverspec/*_spec.rb ?
Hello,
I'm using kitchen-test with serverspec and my directory tree for spec files is roles/myrole/test/integration/(default|somethingelse)/serverspec
If I do a symlink as roles/myroles/spec, ansiblespec is working fine. is it possible to add a configuration option to specfiles: test/integration/default/serverspec/*_spec.rb ?
Thanks