We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1efcaa8 commit fe62bc0Copy full SHA for fe62bc0
1 file changed
tests/builder-instances.bats
@@ -5,6 +5,12 @@ load '../lib/shared'
5
6
# export DOCKER_STUB_DEBUG=/dev/tty
7
8
+teardown() {
9
+ if [[ -f "${BATS_MOCK_BINDIR}/docker" ]]; then
10
+ unstub docker
11
+ fi
12
+}
13
+
14
@test "No Builder Instance Parameters" {
15
16
stub docker \
0 commit comments