describe('<%= name %>Controller', () => {
  it('should exist', () => {
    assert(global.app.api.controllers['<%= name %>Controller'])
  })
})