https://github.com/glyif/ghost/blob/5f603f19c181a29cc9e7f76fb0293c7efab20c12/test/9-tests.js#L17 Please explain the rationale in using lambdas in the test suite? According to [MochaJS documentation](http://mochajs.org/#arrow-functions) passing arrow functions to Mocha is discouraged.
ghost/test/9-tests.js
Line 17 in 5f603f1
Please explain the rationale in using lambdas in the test suite? According to MochaJS documentation passing arrow functions to Mocha is discouraged.