zunit-zsh / zunit

A powerful testing framework for ZSH projects
https://zunit.xyz
MIT License
208 stars 23 forks source link

"Missing required dependency" - Potential Regression in zunit 0.8.2? #93

Closed MichaelAquilina closed 6 years ago

MichaelAquilina commented 6 years ago

Installing the latest version of zunit seems to be producing a dependency error:

$ zunit       
Missing required dependency: Revolver - https://github.com/molovo/revolver

However this is installed:

$ zplug list | grep -i revolver
molovo/revolver
molovo commented 6 years ago

Is it definitely in your $PATH? That's all it's checking: https://github.com/zunit-zsh/zunit/blob/master/src/zunit.zsh#L61

MichaelAquilina commented 6 years ago

Yeah I just noticed that while trying to debug it. I suspect its a regression in my setup. I think its safe to close this considering that

MichaelAquilina commented 6 years ago

Might be a regression in zplug. It doesnt seem to be adding $ZPLUG_BIN to $PATH anymore

MichaelAquilina commented 6 years ago

Filed an issue here https://github.com/zplug/zplug/issues/453