UNPKG

recurlybot

Version:

Slack bot to notify new Recurly subscriptions

12 lines (9 loc) 262 B
require('should'); const slack = require(`${specHelper.srcPath}infrastructure/slack/`); describe('Slack builder', () => { context('Interface', () => { it('should have the "send" method', () => { slack.send.should.be.a.Function(); }); }); });