Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Commit

Permalink
started tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed May 23, 2011
1 parent ca069a3 commit 92ebe29
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions test/test.params.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

/**
* Module dependencies.
*/

var express = require('express')
, should = require('should')
, params = require('../');

module.exports = {
'.version': function(){
params.version.should.match(/^\d+\.\d+\.\d+$/);
}
}

0 comments on commit 92ebe29

Please sign in to comment.