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