it( 'should return done if over maxWarnings', function() {
            app.config.maxWarnings = 5
            app.cache.warnings.length = 6
            app.lint()
            app.lint.getCall( 2 ).returned( sinon.match.same( app.done ) )