mtsmfm / hubot-test-helper

Helper for testing hubot script
MIT License
115 stars 40 forks source link

Fix description about turnning off httpd #18

Closed Miaonster closed 8 years ago

Miaonster commented 8 years ago

I intended to use helper.createRoom(http: false) to turn off built in HTTP server. But I found the http property doesn't work. After reading the source code index.coffee#L76, I found http should be httpd.

mtsmfm commented 8 years ago

Oh, good catch! thx! :star2: