mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 01:25:42 -05:00
Remove test focus
This commit is contained in:
parent
72d44ca5fb
commit
831bc38573
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ describe 'POST /db/level/names', ->
|
|||
|
||||
describe 'POST /db/level/:handle/patch', ->
|
||||
|
||||
fit 'accepts the patch based on the latest version, not the version given', utils.wrap (done) ->
|
||||
it 'accepts the patch based on the latest version, not the version given', utils.wrap (done) ->
|
||||
user = yield utils.initUser()
|
||||
yield utils.loginUser(user)
|
||||
level = yield utils.makeLevel()
|
||||
|
|
Loading…
Reference in a new issue