mirror of
https://github.com/paulirish/git-open.git
synced 2026-09-12 16:36:19 -04:00
add additional assertion
This commit is contained in:
parent
efc5d0e489
commit
2ef37e459d
|
|
@ -80,6 +80,11 @@ setup() {
|
|||
git checkout -B "issues/#12"
|
||||
run ../git-open "issue"
|
||||
assert_output "https://github.com/paulirish/git-open/issues/12"
|
||||
|
||||
# https://github.com/paulirish/git-open/pull/86
|
||||
git checkout -B "fix-issue-36"
|
||||
run ../git-open "issue"
|
||||
assert_output "https://github.com/paulirish/git-open/issues/36"
|
||||
}
|
||||
|
||||
@test "gh: gist" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue