Commit f8cc109f authored by nimrod's avatar nimrod
Browse files

Add bats-support, needed for bats-assert.

parent 880f95b0
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
[submodule "tests/bats_helpers/bats-assert"]
	path = tests/bats_helpers/bats-assert
	url = https://github.com/bats-core/bats-assert.git
[submodule "tests/bats_helpers/bats-support"]
	path = tests/bats_helpers/bats-support
	url = https://github.com/bats-core/bats-support.git
Original line number Diff line number Diff line
Subproject commit d140a65044b2d6810381935ae7f0c94c7023c8c3
+1 −0
Original line number Diff line number Diff line
# vim:ft=bash

setup () {
    load "bats_helpers/bats-support/load"
    load "bats_helpers/bats-assert/load"
    PATH="$BATS_TEST_DIRNAME/../dist:$PATH"
}