module.exports =
class TestPusher
  constructor: ->

  subscribe: ->
    @

  bind: (event, fn) ->
    fn()
