Add BATS helper submodules
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -1,3 +1,12 @@
|
|||||||
[submodule "bats-core"]
|
[submodule "bats-core"]
|
||||||
path = bats-core
|
path = bats-core
|
||||||
url = https://github.com/bats-core/bats-core.git
|
url = https://github.com/bats-core/bats-core.git
|
||||||
|
[submodule "tests/test_helper/bats-support"]
|
||||||
|
path = tests/test_helper/bats-support
|
||||||
|
url = https://github.com/bats-core/bats-support.git
|
||||||
|
[submodule "tests/test_helper/bats-assert"]
|
||||||
|
path = tests/test_helper/bats-assert
|
||||||
|
url = https://github.com/bats-core/bats-assert.git
|
||||||
|
[submodule "tests/test_helper/bats-file"]
|
||||||
|
path = tests/test_helper/bats-file
|
||||||
|
url = https://github.com/bats-core/bats-file.git
|
||||||
|
|||||||
Reference in New Issue
Block a user