Skip to content

Commit c1c29cc

Browse files
committed
Added some more bats-* libs for testing
1 parent 8319545 commit c1c29cc

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.gitmodules

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
[submodule "test_lib/bats-core"]
22
path = test_lib/bats-core
33
url = https://github.com/bats-core/bats-core
4+
[submodule "test_lib/bats-support"]
5+
path = test_lib/bats-support
6+
url = https://github.com/ztombol/bats-support
7+
[submodule "test_lib/bats-assert"]
8+
path = test_lib/bats-assert
9+
url = https://github.com/ztombol/bats-assert
10+
[submodule "test_lib/bats-file"]
11+
path = test_lib/bats-file
12+
url = https://github.com/ztombol/bats-file

test_lib/bats-assert

Submodule bats-assert added at 9f88b42

test_lib/bats-file

Submodule bats-file added at 2fddb2b

test_lib/bats-support

Submodule bats-support added at 004e707

0 commit comments

Comments
 (0)