You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for filing an issue! :) So, what is the desired action here, would you want it to be the same or would you want some documentation about it? Also, seems like you're on Windows I'd need to double check on Linux & friends :)
I am on Windows and I just expected it to be consistent. I noticed it wasn't merging the results and quickly saw it was because of the different paths. Just wanted to note the issue and how to resolve it in case others were seeing the same thing. Yes, ideally it would be fixed but I understand how open source works and it doesn't bother me enough to try to figure it out myself. :-)
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.
The text was updated successfully, but these errors were encountered: