Skip to content

Commit

Permalink
test require should refer to lib/vows, not system vows
Browse files Browse the repository at this point in the history
  • Loading branch information
jmreidy authored and indexzero committed Nov 25, 2011
1 parent 907d308 commit e7fbdb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/testInherit.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
*/
var EventEmitter = process.EventEmitter,
util = require('util'),
vows = require('vows'),
path = require('path'),
vows = require(path.relative('../lib/vows')),
assert = require('assert');

vows.describe('EventEmitters as a return value from a topic').addBatch({
Expand Down

0 comments on commit e7fbdb4

Please sign in to comment.