I am trying to use the build system on a rails 4.1 project. I am using RVM and the build system is failing with
[Errno 2] No such file or directory: 'rspec'
....
[path: /usr/bin:/bin:/usr/sbin:/sbin]
[Finished]
It will be nice to be able to override the cmd in the build system to use ./bin/rspec instead of just rspec.