diff --git a/features/repos.feature b/features/repos.feature new file mode 100644 index 0000000..466d3f1 --- /dev/null +++ b/features/repos.feature @@ -0,0 +1,14 @@ +Feature: Repository management features + + Scenario: Fetch repository details as JSON + + When I run `ghctl repo get gitsudo-io/ghctl` + Then the output should contain: + """ + "id": 647928865 + """ + And the output should contain: + """ + "name": "ghctl", + "full_name": "gitsudo-io/ghctl", + """