Skip to content

Commit

Permalink
[minor] Fixed the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
3rd-Eden committed Jan 2, 2013
1 parent 7332a3a commit 52868d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 0.4
- 0.6
- 0.8

notifications:
irc: "irc.freenode.org#observe.it"
irc: "irc.freenode.org#observing"
1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -4,7 +4,6 @@ UI = exports

test:
@./node_modules/.bin/mocha \
--require should \
--reporter $(REPORTER) \
--timeout 4000 \
--ui $(UI) \
Expand Down
2 changes: 1 addition & 1 deletion tests/kju.test.js
Expand Up @@ -6,7 +6,7 @@
* MIT Licensed
*/

var kju = require('../index')
var kju = require('../lib/kju')
, spawn = require('child_process').spawn;

// set up chai, our assertation library
Expand Down
3 changes: 1 addition & 2 deletions tests/simulate.death.js
Expand Up @@ -5,8 +5,7 @@
* @copyright (c) 2013 Observe.it (http://observe.it) <opensource@observe.it>
* MIT Licensed
*/

var kju = new (require('../index'));
var kju = new (require('../lib/kju'));

// add some items to the kju so we need to
// store them once process is existing.
Expand Down

0 comments on commit 52868d5

Please sign in to comment.