Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative vs absolute paths when running with or without bundler #545

Open
jmthomas opened this issue Jan 12, 2017 · 2 comments
Open

Relative vs absolute paths when running with or without bundler #545

jmthomas opened this issue Jan 12, 2017 · 2 comments
Labels

Comments

@jmthomas
Copy link

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.

@PragTob
Copy link
Collaborator

PragTob commented Jan 12, 2017

Hi there,

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 :)

@jmthomas
Copy link
Author

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. :-)

@PragTob PragTob added the Bug label Dec 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants