2012-01-25 23:42:04 +01:00

5 lines
95 B
JavaScript

function noSpecs() {
it('should have specs', function() {
expect('specs').toBe();
});
}