Skip to content

Commit

Permalink
core-index is now required before vows, to allow modification of the …
Browse files Browse the repository at this point in the history
…require path in local.config.js
  • Loading branch information
DracoBlue committed Aug 8, 2011
1 parent 86798ae commit f899564
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,8 +1,8 @@
require('%%%spludo_directory%%%/core');

var vows = require("vows");
var assert = require("assert");

require('%%%spludo_directory%%%/core');

vows.describe("services").addBatch({

"%%%service_name%%%Service": {
Expand Down

0 comments on commit f899564

Please sign in to comment.