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 bce1859 commit cefca57Copy full SHA for cefca57
chatops/test_hubot.bats
@@ -34,10 +34,12 @@ load '../test_helpers/bats-assert/load'
34
assert_success
35
36
assert_output --partial "chatops.notify"
37
+ assert_output --partial "chatops.notify-errbot"
38
- run eval "echo '$RESULTS' | jq -r '.[] | select( (.ref == \"chatops.notify\") and .enabled == true) .ref'"
39
+ run eval "echo '$RESULTS' | jq -r '.[] | select( (.ref == \"chatops.notify\" or .ref == \"chatops.notify-errbot\") and .enabled == true) .ref'"
40
41
42
43
}
44
45
@test "hubot help command works" {
0 commit comments