Open
Description
When I run rspec on the command line for my project (COSMOS the results show relative paths, e.g. lib/cosmos/.. When I run rspec from bundler (bundle exec rspec) the paths are absolute, e.g. C:/COSMOS/lib/cosmos/... This is fine now that I know its happening but was a little surprising since I couldn't find anything about it in the documentation.