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

Allow specifying controller with absolute path #11

Closed lalau closed 12 years ago

lalau commented 12 years ago

The current code only allow relative controller path but in some cases we want to have a centralized location where test codes can share controllers locally. Arrow should support setting controller from absolute path. The path resolution is done by path.resolve: http://nodejs.org/api/path.html#path_path_resolve_from_to

travisbot commented 12 years ago

This pull request passes (merged 1c57820f into 66b2c44b).

proverma commented 12 years ago

Thanks Lawrence.