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