Closed kzkn closed 5 years ago
This patch fixes all commands that pass relative path to rspec-compile
.
I confirmed, rspec-run-last-failed
, rspec-verify-continue
, rspec-verify-matching
are fixed with this patch.
Sorry for the long wait. With so many approvals, I'm going to merge. Thank you!
/Cc @pezra
rspec-run-last-failed
,rspec-verify-continue
andrspec-verify-matching
fail because they run with wrong path.Here is an output example:
Unnecessary
expand-file-name
causes this problem.https://github.com/pezra/rspec-mode/blob/58b741c1a7ecf3b190d89a56c32c0fa5d44700f2/rspec-mode.el#L843
It was added on developing #170 by me. Removing the
expand-file-name
solves this problem. Sorry for enbug :(