describe(‘<%= @gen.camelname %>’, function() {

it('knows the truth', function() {
  expect(true).toEqual(true)
})

})