Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Ch.9 Specify bin/xxx or bundle exec xxx #44

Open
JunichiIto opened this issue Dec 29, 2014 · 1 comment
Open

Ch.9 Specify bin/xxx or bundle exec xxx #44

JunichiIto opened this issue Dec 29, 2014 · 1 comment

Comments

@JunichiIto
Copy link

Naked command might execute unexpected version, so I think you should specify bin/xxx or bundle exec xxx .

For example:

  • guard init rspec => bundle exec guard init rspec
  • Run guard => Run bundle exec guard
  • spring binstub rspec = > bundle exec spring binstub rspec
  • spring stop => bin/spring stop
  • rspec --tag focus => bin/rspec --tag focus

But I am not fully confident about which to use. Probably I am misunderstaindig. Please review and investigate by yourself.

@JunichiIto
Copy link
Author

This issue is also related:

#43

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant