UNPKG

eventric-testing

Version:
15 lines (8 loc) 272 B
class StubFactory constructor: -> @stub = -> -> @configureReturnValue = -> throw new Error 'configureReturnValue not configured' setStubMethod: (@stub) -> setConfigureReturnValueMethod: (@configureReturnValue) -> module.exports = new StubFactory