added /logout to smoke tests

This commit is contained in:
Henry Oswald 2014-09-04 12:35:59 +01:00
parent 69eafd2a74
commit c131a9d301

View file

@ -36,8 +36,11 @@ describe "Opening", ->
child.exec command, done
after (done)->
fs.unlink cookeFilePath, done
command = """
curl -H "X-Forwarded-Proto: https" -c #{cookeFilePath} #{buildUrl('logout')}
"""
child.exec command, (err, stdout, stderr)->
fs.unlink cookeFilePath, done
it "a project", (done) ->
@timeout(4000)