Skip to content

Commit

Permalink
test: Fix tests on iojs
Browse files Browse the repository at this point in the history
  • Loading branch information
cybertk committed Aug 21, 2015
1 parent d57b3f9 commit 97b0201
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/cli-test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ describe "Command line interface", ->
assert.equal exitStatus, 1

it 'should print error message to stderr', ->
assert.include stderr, 'Error: ENOENT, open'
# See https://travis-ci.org/cybertk/abao/jobs/76656192#L479
# iojs behaviour is different from nodejs
assert.include stderr, 'Error: ENOENT'


describe "Arguments with existing raml and responding server", () ->
Expand Down

1 comment on commit 97b0201

@cybertk
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue as ramlev, see cybertk/ramlev#27

Please sign in to comment.