diff --git a/spec/suites/SpecHelper.js b/spec/suites/SpecHelper.js index 8b827041..e013917a 100644 --- a/spec/suites/SpecHelper.js +++ b/spec/suites/SpecHelper.js @@ -1,5 +1,5 @@ function noSpecs() { - it('should have specs', function() { + xit('should have specs', function() { expect('specs').toBe(); }); } \ No newline at end of file