mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 19:52:56 +00:00
Update acceptance tests to use redis-sharelatex
This commit is contained in:
parent
db8b4bf991
commit
2df5c08389
2 changed files with 3 additions and 2 deletions
|
@ -35,6 +35,6 @@
|
|||
"grunt-execute": "~0.1.5",
|
||||
"grunt-forever": "0.4.1",
|
||||
"grunt-mocha-test": "~0.9.0",
|
||||
"grunt-shell": "^1.3.0"
|
||||
"grunt-shell": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,8 @@ chai = require("chai")
|
|||
chai.should()
|
||||
expect = chai.expect
|
||||
async = require "async"
|
||||
rclient = require("redis").createClient()
|
||||
Settings = require('settings-sharelatex')
|
||||
rclient = require("redis-sharelatex").createClient(Settings.redis.web)
|
||||
{db, ObjectId} = require "../../../app/js/mongojs"
|
||||
|
||||
MockTrackChangesApi = require "./helpers/MockTrackChangesApi"
|
||||
|
|
Loading…
Reference in a new issue