YahooArchive / arrow

FE Test framework designed to promote TDD
http://yahoo.github.io/arrow/arrow_intro.html
BSD 3-Clause "New" or "Revised" License
55 stars 59 forks source link

Fix the test failure due to express version upgrade. #9

Closed lalau closed 12 years ago

lalau commented 12 years ago

The travis CI is failing due to express version upgrade. This fix updates our code with the new api. In the long term we need to not use the asterisk but a fixed version of each dependency to avoid these issues.

travisbot commented 12 years ago

This pull request passes (merged 7635840e into 27e6c583).

proverma commented 12 years ago

Thanks a lot for working on this lawrence.