UNPKG

recurlybot

Version:

Slack bot to notify new Recurly subscriptions

10 lines (7 loc) 243 B
require('should'); const actions = require(`${specHelper.srcPath}actions`); describe('Actions Builder', () => { it('should have a notifyNewSubscription function', () => { actions.notifyNewSubscription.should.be.a.Function(); }); });