Move test.bats to test/git-check-assertions.bats
This commit is contained in:
parent
a82e98d775
commit
653a1b67bc
2 changed files with 4 additions and 4 deletions
10
test.bats
10
test.bats
|
|
@ -1,10 +0,0 @@
|
|||
#!/usr/bin/env bats
|
||||
|
||||
setup() {
|
||||
DIR="$( cd "$( dirname "$BATS_TEST_FILENAME" )" >/dev/null 2>&1 && pwd )"
|
||||
PATH="$DIR/bin:$PATH"
|
||||
}
|
||||
|
||||
@test "can run" {
|
||||
git-check-assertions
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue