forked from toolshed/abra
test: moar integration tests [ci skip]
This commit is contained in:
12
tests/integration/recipe_version.bats
Normal file
12
tests/integration/recipe_version.bats
Normal file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
setup() {
|
||||
load "$PWD/tests/integration/helpers/common"
|
||||
_common_setup
|
||||
}
|
||||
|
||||
@test "recipe versions" {
|
||||
run $ABRA recipe versions gitea
|
||||
assert_success
|
||||
assert_output --partial '2.3.2+1.20.3-rootless'
|
||||
}
|
Reference in New Issue
Block a user