Skip to content

Commit

Permalink
fixed a require
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 30, 2011
1 parent da3a743 commit 8b372b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/view.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Module dependencies.
*/

var express = require('express')
var express = require('../')
, connect = require('connect')
, assert = require('assert')
, should = require('should')
Expand Down

0 comments on commit 8b372b3

Please sign in to comment.