forked from toolshed/abra
@ -11,7 +11,7 @@ setup() {
|
||||
assert_success
|
||||
assert_not_exists "$ABRA_DIR/recipes/matrix-synapse"
|
||||
|
||||
run $ABRA recipe fetch
|
||||
run $ABRA recipe fetch --all
|
||||
assert_success
|
||||
assert_exists "$ABRA_DIR/recipes/matrix-synapse"
|
||||
}
|
||||
@ -25,3 +25,13 @@ setup() {
|
||||
assert_success
|
||||
assert_exists "$ABRA_DIR/recipes/matrix-synapse"
|
||||
}
|
||||
|
||||
@test "error if missing args/flags" {
|
||||
run $ABRA recipe fetch
|
||||
assert_failure
|
||||
}
|
||||
|
||||
@test "error if single recipe and --all" {
|
||||
run $ABRA recipe fetch matrix-synapse --all
|
||||
assert_failure
|
||||
}
|
||||
|
Reference in New Issue
Block a user