Skip to content

Commit

Permalink
Remove spare lines in git-elegant-show-release-notes.bats
Browse files Browse the repository at this point in the history
  • Loading branch information
extsoft committed Oct 4, 2019
1 parent 3d9e639 commit 48e8374
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/git-elegant-show-release-notes.bats
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ setup() {
repo "git tag -a -m ${second} 2"
repo-commit-file ${third}
repo "git tag && git log --oneline"

}

teardown() {
Expand Down Expand Up @@ -44,7 +43,6 @@ teardown() {
[[ "${#lines[@]}" -eq 3 ]]
}


@test "'show-release-notes': a 'to-reference' is used when it is specified" {
fake-pass "git remote get-url origin" "https://fake-repo.git"
check git-elegant show-release-notes simple 1 HEAD
Expand Down

0 comments on commit 48e8374

Please sign in to comment.