mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-04 17:19:47 -04:00
Remove a test focus
This commit is contained in:
parent
a2249f8df1
commit
a4461f94ce
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue