Commit b1646f20 authored by Gergely Ujvari's avatar Gergely Ujvari

Add fake for the controller tests

parent 7d0f99bc
assert = chai.assert
describe 'h.controllers', ->
fakeParams = null
beforeEach module('h.controllers')
beforeEach module ($provide) ->
fakeParams = {id: 'test'}
$provide.value '$routeParams', fakeParams
return
describe 'AnnotationViewer', ->
$scope = null
annotationViewer = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment