From 023b4c3c3ba121ba00cff8f41c5358abc216211e Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Mon, 13 Apr 2020 12:08:33 +0200 Subject: [PATCH] Migrated bats-support to bats-core project repo, v0.3.0 --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 095a6a5e..f805758f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,8 @@ url = https://github.com/bats-core/bats-core [submodule "test_lib/bats-support"] path = test_lib/bats-support - url = https://github.com/ztombol/bats-support + url = https://github.com/bats-core/bats-support + branch = tags/v0.3.0 [submodule "test_lib/bats-assert"] path = test_lib/bats-assert url = https://github.com/ztombol/bats-assert