mirror of
https://github.com/ethauvin/sdkman-for-fish.git
synced 2025-04-25 13:27:10 -07:00
fix(test): Use kscript as test candidate
instead of crash, which doesn't exist anymore
This commit is contained in:
parent
1b2824d37f
commit
e9f967501c
4 changed files with 57 additions and 57 deletions
|
@ -13,6 +13,6 @@ Feature: Corner Cases
|
|||
# TODO: add test that fails if `test` in conf.d/sdk.fish:80 errors (cf issue #28 et al.)
|
||||
|
||||
Scenario: PATH should contain only valid paths
|
||||
Given candidate crash is installed
|
||||
When candidate crash is uninstalled
|
||||
Then environment variable PATH cannot contain "sdkman/candidates/crash/"
|
||||
Given candidate kscript is installed
|
||||
When candidate kscript is uninstalled
|
||||
Then environment variable PATH cannot contain "sdkman/candidates/kscript/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue