mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Stop spec from using your godmode setting
This commit is contained in:
parent
9ae5109e40
commit
5fa2e9b865
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ describe 'UserModel', ->
|
|||
expect(User.expForLevel 2).toBeGreaterThan User.expForLevel 1
|
||||
|
||||
it 'level is calculated correctly', ->
|
||||
me.clear()
|
||||
me.set 'points', 0
|
||||
expect(me.level()).toBe 1
|
||||
|
||||
|
|
Loading…
Reference in a new issue