Skip to content

Commit

Permalink
(test) updated for vows 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Jun 5, 2010
1 parent c5e9dd7 commit 173a01e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion test/cache-test.js
Expand Up @@ -60,4 +60,4 @@ vows.describe('resourcer/resource/cache').addVows({
}
}
}
});
}).export(module);
2 changes: 1 addition & 1 deletion test/events-test.js
Expand Up @@ -43,4 +43,4 @@ vows.describe('resourcer/events').addVows({

}
}
});
}).export(module);
8 changes: 1 addition & 7 deletions test/resource-view-test.js
Expand Up @@ -114,12 +114,6 @@ vows.describe('resourcer/resource/view').addVows({
}
}
}






});
}).export(module);


2 changes: 1 addition & 1 deletion test/resourcer-test.js
Expand Up @@ -463,6 +463,6 @@ vows.describe('resourcer').addVows({
}
}
}
});
}).export(module);


2 changes: 1 addition & 1 deletion test/validator-test.js
Expand Up @@ -163,4 +163,4 @@ vows.describe('resourcer/validator').addVows({
},
}
}
});
}).export(module);

0 comments on commit 173a01e

Please sign in to comment.