it( 'should return done if over maxErrs', function() {
            app.config.maxErrors = 5
            app.cache.errs.length = 6
            app.lint()
            app.lint.getCall( 1 ).returned( sinon.match.same( app.done ) )