NotificationsControllerTest.coffee 309 B

1234567891011
  1. sinon = require('sinon')
  2. chai = require('chai')
  3. should = chai.should()
  4. modulePath = "../../../app/js/NotificationsController.js"
  5. SandboxedModule = require('sandboxed-module')
  6. assert = require('assert')
  7. user_id = "51dc93e6fb625a261300003b"
  8. notification_key = '123434'
  9. describe 'Notifications controller', ->