module('<%= model %> model');

test 'model exists', ->
  ok(<%= model.capitalize() %>)
  
test 'truth', ->
  ok(true)
