Bump Faye to 1.1.0.

This commit is contained in:
James Coglan
2014-12-23 00:05:42 +00:00
parent 5bd67aedb5
commit 684e940266
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ JS.Test.describe("Redis engine", function() { with(this) {
})
after(function(resume) { with(this) {
engine.disconnect()
disconnect_engine()
var redis = require('redis').createClient(6379, 'localhost', {no_ready_check: true})
redis.auth(engineOpts.password)
redis.flushall(function() {
Vendored
+1 -1