This commit is contained in:
@ -1,9 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
_common_setup() {
|
_common_setup() {
|
||||||
load '/usr/lib/bats/bats-support/load'
|
bats_load_library bats-support
|
||||||
load '/usr/lib/bats/bats-assert/load'
|
bats_load_library bats-assert
|
||||||
load '/usr/lib/bats/bats-file/load'
|
bats_load_library bats-file
|
||||||
|
|
||||||
load "$PWD/tests/integration/helpers/app"
|
load "$PWD/tests/integration/helpers/app"
|
||||||
load "$PWD/tests/integration/helpers/git"
|
load "$PWD/tests/integration/helpers/git"
|
||||||
|
Reference in New Issue
Block a user