aboutsummaryrefslogtreecommitdiffhomepage
path: root/test.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test.bats')
-rw-r--r--test.bats2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.bats b/test.bats
index 20ca6a1..dd0f54c 100644
--- a/test.bats
+++ b/test.bats
@@ -71,7 +71,7 @@ export GIST_API_TOKEN='dd43dc9949a5b4a1d6c7''b779f13af357282016e4'
71} 71}
72 72
73@test "The user command should get the list of public gists from a user" { 73@test "The user command should get the list of public gists from a user" {
74 run ./gist user defunkt 74 hint=false run ./gist user defunkt
75 [ "$status" -eq 0 ] 75 [ "$status" -eq 0 ]
76 [[ "${lines[0]}" =~ (https://gist.github.com/[0-9a-z]+ defunkt) ]] 76 [[ "${lines[0]}" =~ (https://gist.github.com/[0-9a-z]+ defunkt) ]]
77} 77}