We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d4c252 commit 59d953aCopy full SHA for 59d953a
.goreleaser.yml
@@ -23,6 +23,18 @@ brews:
23
description: Opens your webbrowser
24
homepage: https://github.com/arbourd/git-open
25
26
+ test: |
27
+ system "git", "clone", "https://github.com/arbourd/git-open.git"
28
+
29
+ cd "git-open" do
30
+ assert_match "Opening https://github.com/arbourd/git-open",
31
+ shell_output("#{bin}/git-open")
32
+ assert_match "Opening https://github.com/arbourd/git-open/tree/main/LICENSE",
33
+ shell_output("#{bin}/git-open LICENSE")
34
+ assert_match "Opening https://github.com/arbourd/git-open/commit/71e081deeb92764e1bae203419ac72de1d935d2f",
35
+ shell_output("#{bin}/git-open 71e081deeb92764e1bae203419ac72de1d935d2f")
36
+ end
37
38
conflicts:
39
- git-open
40
0 commit comments