forked from toolshed/abra
test: tag/git helpers & refactor [ci skip]
This commit is contained in:
@ -94,6 +94,8 @@ teardown(){
|
||||
|
||||
run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status
|
||||
refute_output --partial 'behind 3'
|
||||
|
||||
_reset_recipe "$TEST_RECIPE"
|
||||
}
|
||||
|
||||
@test "ensure recipe not up to date if --offline" {
|
||||
@ -118,6 +120,8 @@ teardown(){
|
||||
|
||||
run git -C "$ABRA_DIR/recipes/$TEST_RECIPE" status
|
||||
refute_output --partial 'behind 3'
|
||||
|
||||
_reset_recipe "$TEST_RECIPE"
|
||||
}
|
||||
|
||||
@test "detect backup labels" {
|
||||
|
Reference in New Issue
Block a user