remove noSpec failures (enable when needed during development)

This commit is contained in:
Mourner 2011-07-12 14:59:43 +03:00
parent 3989c6afd0
commit 61d636cc4f

View File

@ -1,5 +1,5 @@
function noSpecs() {
it('should have specs', function() {
xit('should have specs', function() {
expect('specs').toBe();
});
}