diff --git a/tests/integration/app_list.bats b/tests/integration/app_list.bats index 3b7d1d22..bf4cbf0e 100644 --- a/tests/integration/app_list.bats +++ b/tests/integration/app_list.bats @@ -33,8 +33,8 @@ teardown(){ _new_app fi - _reset_recipe _undeploy_app + _reset_recipe if [[ -d "$ABRA_DIR/servers/foo" ]]; then run rm -rf "$ABRA_DIR/servers/foo" diff --git a/tests/integration/recipe_diff.bats b/tests/integration/recipe_diff.bats index 85f7307a..30e6f058 100644 --- a/tests/integration/recipe_diff.bats +++ b/tests/integration/recipe_diff.bats @@ -3,6 +3,7 @@ setup() { load "$PWD/tests/integration/helpers/common" _common_setup + _fetch_recipe } teardown(){