test: reset recipe in file teardown

This commit is contained in:
2023-09-25 10:52:27 +02:00
parent c065ceb1f0
commit e438fc6e8e
12 changed files with 17 additions and 2 deletions

View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash
teardown_file() {
_reset_recipe
}
setup() {
load "$PWD/tests/integration/helpers/common"
_common_setup