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
{{ message }}
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.
Naked command might execute unexpected version, so I think you should specify
bin/xxx
orbundle exec xxx
.For example:
guard init rspec
=>bundle exec guard init rspec
guard
=> Runbundle 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.
The text was updated successfully, but these errors were encountered: