it( 'return app.parse if passed directory', function() {
            app.getFiles( '/styl' )
            app.getFiles.getCall( 0 ).returned( sinon.match.same( app.parse ) )
        } )