Skip to content

Autotest fails if RSpec executable path contains spaces

Created by: tomstuart

#132 (closed) fixed this for the spec file paths, e.g. in the case where the project directory name contains spaces, but if RSpec itself is installed beneath the project directory (e.g. with bundle install --path vendor/bundle) then the same problem exists for the path of the rspec executable.

I don't want to think about what happens if the project directory name contains apostrophes.

Merge request reports