Merge pull request #1558 from nwinkler/update-bats-assert-support

Update Bats libs "assert" and "support"
This commit is contained in:
Nils Winkler
2020-04-13 15:03:26 +02:00
committed by GitHub
3 changed files with 6 additions and 4 deletions

6
.gitmodules vendored
View File

@@ -3,10 +3,12 @@
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
url = https://github.com/bats-core/bats-assert
branch = tags/v2.0.0
[submodule "test_lib/bats-file"]
path = test_lib/bats-file
url = https://github.com/ztombol/bats-file