Unfocus collaboration spec

This commit is contained in:
Kevin Sawicki
2013-07-27 10:06:04 -07:00
parent 433435743e
commit 891f032def

View File

@@ -8,7 +8,7 @@ Session = require '../lib/session'
ServerHost = 'localhost'
ServerPort = 8081
fdescribe "Collaboration", ->
describe "Collaboration", ->
describe "when a host and a guest join a channel", ->
[server, token, userDataByToken] = []
[leaderSession, leaderStartedHandler, leaderParticipantEnteredHandler, leaderParticipantExitedHandler] = []