Migrated bats-support to bats-core project repo, v0.3.0

pull/1558/head
Nils Winkler 2020-04-13 12:08:33 +02:00
parent f2c07f5143
commit 023b4c3c3b
1 changed files with 2 additions and 1 deletions

3
.gitmodules vendored
View File

@ -3,7 +3,8 @@
url = https://github.com/bats-core/bats-core url = https://github.com/bats-core/bats-core
[submodule "test_lib/bats-support"] [submodule "test_lib/bats-support"]
path = 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"] [submodule "test_lib/bats-assert"]
path = test_lib/bats-assert path = test_lib/bats-assert
url = https://github.com/ztombol/bats-assert url = https://github.com/ztombol/bats-assert