cybertk / ramlev

Validate/Verify examples in RAML
Other
30 stars 5 forks source link

Fix #27, update tests on iojs #31

Closed cybertk closed 9 years ago

cybertk commented 9 years ago

The error message of 'Cannot find specifed file' is different between and nodejs.

For iojs, it's

cannot read foo.raml (Error: ENOENT: no such file or directory, open 'foo.raml'

For nodejs, it's

cannot read foo.raml (Error: ENOENT, open 'foo.raml')