pull/21/head
lexx 2013-11-01 19:14:47 +02:00
parent 8a7d5f6c88
commit 5907a8922c
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ var connectBuilder = require('../lib/connect_builder');
it('returns app that replace index title', function (done) {
var app = connectBuilder().index(
__dirname + '/fixtures/index_with_title',
{ 'title': 'Test', 'theme': 'default' })
__dirname + '/fixtures/index_with_title',
{ 'title': 'Test', 'theme': 'default' })
.build();
app