Opened this issue 8 years ago · 1 comments
currently webbybot needs to modify the require('hubot') statement from every hubot-adapters, its not that convenient.
require('hubot')
We can use mockery or mock-require to proxy hubot require to webbybot, so every hubot requirement will be redirected to webbybot
or use proxyquire