describe('<%= object_name %>', function() {
var model;
it('should have some tests', function() {
model = new <%= object_name %>();
expect(true).toEqual(false);
});