Skip to content

Commit 446c423

Browse files
author
Ira Abramov
committed
First attempt: just a naiive upgrade of BATS
1 parent 2726eab commit 446c423

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.gitmodules

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[submodule "test_lib/bats-core"]
22
path = test_lib/bats-core
33
url = https://github.com/bats-core/bats-core
4-
branch = tags/v1.2.0
4+
branch = tags/v1.9.0
55
[submodule "test_lib/bats-support"]
66
path = test_lib/bats-support
77
url = https://github.com/bats-core/bats-support
88
branch = tags/v0.3.0
99
[submodule "test_lib/bats-assert"]
1010
path = test_lib/bats-assert
1111
url = https://github.com/bats-core/bats-assert
12-
branch = tags/v2.0.0
12+
branch = tags/v2.1.0
1313
[submodule "test_lib/bats-file"]
1414
path = test_lib/bats-file
1515
url = https://github.com/bats-core/bats-file
16-
branch = tags/v0.3.0
16+
branch = tags/v0.4.0

test_lib/bats-core

Submodule bats-core updated 241 files

test_lib/bats-file

Submodule bats-file updated 47 files

0 commit comments

Comments
 (0)