tobie / pr-preview

Adds preview and diff to spec pull requests.
Apache License 2.0
33 stars 16 forks source link

scanIncludes: make includes relative to spec directory #145

Closed shaseley closed 1 year ago

shaseley commented 1 year ago

Bikeshed and ReSpec includes are relative to the root spec file, which might be in a separate directory. This change computes that directory, if any, and prepends it to scanned included files.

Fixes #88.