From 8aa3e3271724ec76d4320b772d73179970341317 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sun, 13 Sep 2020 13:26:59 +0200 Subject: [PATCH] WIP --- tests/commit.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/commit.bats b/tests/commit.bats index c14bd73..5b8da1d 100644 --- a/tests/commit.bats +++ b/tests/commit.bats @@ -1,6 +1,8 @@ #!/usr/bin/env bats setup() { + . shellmock + # Build World export test_repository="${BATS_TEST_DIRNAME}/test_repo" @@ -24,8 +26,6 @@ setup() { export INPUT_TAGGING_MESSAGE="" export INPUT_PUSH_OPTIONS="" export INPUT_SKIP_DIRTY_CHECK=false - - . shellmock } teardown() {