UNPKG
hubot-ci
Version:
latest (0.0.7)
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Use Hubot to interact with GitHub commit statuses
github.com/atmos/hubot-ci
atmos/hubot-ci
hubot-ci
/
test
/
helper.coffee
6 lines
(5 loc)
•
284 B
text/coffeescript
View Raw
1
2
3
4
5
6
global.
assert
=
require
(
"chai"
).
assert
require
(
"chai"
).Assertion.includeStack =
true
process.env.NODE_ENV =
'test'
process.env.HUBOT_FERNET_SECRETS =
"cw_0x689RpI-jtRR7oE8h_eQsKImvJapLeSbXpwF4e4="
process.env.HUBOT_DEPLOY_APPS_JSON =
require
(
"path"
).join(__dirname,
"test_apps.json"
)