In my opinion it would be nice to be able to use relative paths inside the test script, and run bin/vspec on the tests from anywhere. Currently such tests can only be run from a certain directory. (I don't use rake at the moment.)
I am not sure if this is by design. I would be curious to hear your thoughts on this.
This can be an inconvenience in larger test suites that use
:tabedit fixtures/foo.rb
), or:source util/foo.vim
).In my opinion it would be nice to be able to use relative paths inside the test script, and run
bin/vspec
on the tests from anywhere. Currently such tests can only be run from a certain directory. (I don't use rake at the moment.)I am not sure if this is by design. I would be curious to hear your thoughts on this.