Skip to content

Commit

Permalink
Fixed test for latest connect
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 21, 2011
1 parent a3ccfd4 commit a168894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/messages.test.js
Expand Up @@ -13,7 +13,7 @@ module.exports = {
'test messages dynamic helper': function(assert){
var app = express.createServer(
express.cookieDecoder(),
express.session({ store: store })
express.session({ secret: 'wahoo', store: store })
);
app.set('views', __dirname + '/fixtures');
app.dynamicHelpers({ messages: messages });
Expand Down

0 comments on commit a168894

Please sign in to comment.