fix(test): Use kscript as test candidate

instead of crash, which doesn't exist anymore
This commit is contained in:
Raphael Reitzig 2023-06-25 18:53:17 +02:00
parent 1b2824d37f
commit e9f967501c
4 changed files with 57 additions and 57 deletions

View file

@ -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/"