describe '<%= ctrlname %>', () ->

  beforeEach module '<%= appname %>'

  beforeEach inject ($rootScope, $controller) ->
    scope = $rootScope.$new()
    ctrl = $controller '<%= ctrlname %>', {$scope: scope}

  it 'should ...', inject () ->
    expect(1).toEqual 1
