Skip to content

Commit

Permalink
try this, why is travis failing? :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Hotchkiss committed Nov 24, 2011
1 parent 168a13b commit b04c50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/templates.test.js
Expand Up @@ -17,10 +17,10 @@ vows.describe("Template Tests").addBatch({
},
"when setting up models and controllers":{
topic:function(){
blueprint.load("models");
blueprint.load("controllers");
blueprint.load("models", "../templates/models/");
blueprint.load("controllers", "../templates/controllers/");
// return something?
return true
return true;
},
"we should no errors":function(topic){
assert.equal(topic, true);
Expand Down

0 comments on commit b04c50b

Please sign in to comment.