We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
local_setup_file()
1 parent b27caec commit 05726e1Copy full SHA for 05726e1
test/install/install.bats
@@ -16,6 +16,7 @@ function local_setup_file() {
16
export BASH_IT_CONFIG_FILE=.bashrc
17
;;
18
esac
19
+ # don't load any libraries as the tests here test the *whole* kit
20
}
21
22
@test "install: verify that the install script exists" {
test/install/uninstall.bats
@test "uninstall: verify that the uninstall script exists" {
0 commit comments