describe '<%= object_name %>', ->
model = null
it 'should have some tests', ->
model = new <%= object_name %>()
expect(true).toEqual(false)