thoughtbot / vim-rspec

Run Rspec specs from Vim
https://robots.thoughtbot.com
MIT License
656 stars 108 forks source link

use relative paths instead of absolute paths #136

Open dbesserman opened 5 years ago

dbesserman commented 5 years ago

When running specs on a specific file via vim-rspec, the absolute path is sent to the runner. This prevents us from running those specs within a docker container. This commit introduces relative paths instead.