forked from toolshed/abra
test: integration test patches
This commit is contained in:
@ -5,13 +5,6 @@ setup() {
|
||||
_common_setup
|
||||
}
|
||||
|
||||
@test "recipe list" {
|
||||
run $ABRA recipe list
|
||||
assert_success
|
||||
NUM_RECIPES=$(jq length "$ABRA_DIR/catalogue/recipes.json")
|
||||
assert_output --partial "total recipes: $NUM_RECIPES"
|
||||
}
|
||||
|
||||
@test "recipe list with pattern" {
|
||||
run $ABRA recipe list --pattern cloud
|
||||
assert_success
|
||||
|
Reference in New Issue
Block a user