the repo has ./bundle
the test tries to initiate a new bundle at spec/test/.bundle/install
I suppose the test could just be run in a temporary folder, but it is probably not necessary to throw and force people to do that, and there might be other valid uses where you'd want several bundles.
In that PR I made it throw when Detected mistmatch between bundle's configured path and runner.conf https://github.com/NREL/openstudio-extension-gem/pull/182/files#r1494769490
the repo has ./bundle the test tries to initiate a new bundle at spec/test/.bundle/install
I suppose the test could just be run in a temporary folder, but it is probably not necessary to throw and force people to do that, and there might be other valid uses where you'd want several bundles.