mirror of
https://github.com/bazel-contrib/bazel-lib
synced 2024-11-28 21:33:48 +00:00
9 lines
142 B
Bash
9 lines
142 B
Bash
bats_load_library 'bats-support'
|
|
bats_load_library 'bats-assert'
|
|
|
|
@test 'env' {
|
|
run echo $USE_BAZEL_VERSION
|
|
assert_output 'latest'
|
|
}
|
|
|