Skip to content

Commit

Permalink
Should be 'test' directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Jul 29, 2012
1 parent 0cd822d commit a306971
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/exec.js
Expand Up @@ -7,7 +7,7 @@ utils.mixin(jake, utils);

var tests = {
'before': function () {
process.chdir('./tests');
process.chdir('./test');
}

, 'after': function () {
Expand Down
2 changes: 1 addition & 1 deletion test/file_task.js
Expand Up @@ -17,7 +17,7 @@ var cleanUpAndNext = function (callback) {
var tests = {

'before': function () {
process.chdir('./tests');
process.chdir('./test');
}

, 'after': function () {
Expand Down
2 changes: 1 addition & 1 deletion test/file_utils.js
Expand Up @@ -6,7 +6,7 @@ var assert = require('assert')
var tests = {

'before': function () {
process.chdir('./tests');
process.chdir('./test');
}

, 'after': function () {
Expand Down
2 changes: 1 addition & 1 deletion test/task_base.js
Expand Up @@ -4,7 +4,7 @@ var assert = require('assert')
var tests = {

'before': function () {
process.chdir('./tests');
process.chdir('./test');
}

, 'after': function () {
Expand Down

0 comments on commit a306971

Please sign in to comment.