Use bats.withLibraries instead of submodules
This commit is contained in:
parent
f4cdb276c3
commit
e9c8e3b35e
8 changed files with 16 additions and 20 deletions
|
|
@ -3,9 +3,9 @@
|
|||
setup() {
|
||||
set -euo pipefail
|
||||
|
||||
load 'test_helper/bats-support/load'
|
||||
load 'test_helper/bats-assert/load'
|
||||
load 'test_helper/bats-file/load'
|
||||
bats_load_library bats-support
|
||||
bats_load_library bats-assert
|
||||
bats_load_library bats-file
|
||||
|
||||
DIR="$(cd "$(dirname "$BATS_TEST_FILENAME")" >/dev/null 2>&1 && pwd)"
|
||||
PATH="$DIR/../bin:$PATH"
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 697471b7a89d3ab38571f38c6c7c4b460d1f5e35
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 6bee58bec7c2f4aed1a7425ccd4bdc42b4a84599
|
||||
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 0954abb9925cad550424cebca2b99255d4eabe96
|
||||
Loading…
Add table
Add a link
Reference in a new issue