Skip to content

Commit

Permalink
Restricted the couchdb tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
josephg committed Oct 31, 2011
1 parent 61c6919 commit b68e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/db.coffee
Expand Up @@ -248,7 +248,7 @@ test = (Db, options) -> testCase
passPart()

options = require '../bin/options'
exports.couchdb = test require('../src/server/db/couchdb') #if options.db.type == 'couchdb'
exports.couchdb = test require('../src/server/db/couchdb') if options.db.type == 'couchdb'

try
require 'redis'
Expand Down

0 comments on commit b68e976

Please sign in to comment.