Remove a test focus

This commit is contained in:
Scott Erickson 2016-03-04 10:50:56 -08:00
parent a2249f8df1
commit a4461f94ce

View file

@ -246,7 +246,7 @@ describe 'POST /auth/spy', ->
expect(res.statusCode).toBe(403)
done()
fdescribe 'POST /auth/stop-spying', ->
describe 'POST /auth/stop-spying', ->
beforeEach utils.wrap (done) ->
yield utils.clearModels([User])
@admin = yield utils.initAdmin()