mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
fix(test): Group Ultimate Gear tests
This commit is contained in:
parent
8a6aa0ed6c
commit
62eea3d928
1 changed files with 4 additions and 5 deletions
|
|
@ -597,11 +597,10 @@ describe 'User', ->
|
|||
user.ops.buy {params:'#{type}_#{klass}_6'}
|
||||
xit 'gets ultimateGear ' + klass, ->
|
||||
expect(user.achievements.ultimateGearSets[klass]).to.be.ok()
|
||||
|
||||
it 'does not remove existing Ultimate Gear achievements', ->
|
||||
user.items.gear.owned.shield_warrior_5 = false
|
||||
user.fns.ultimateGear()
|
||||
expect(user.achievements.ultimateGearSets).to.eql {'healer':true,'wizard':true,'rogue':true,'warrior':true}
|
||||
it 'does not remove existing Ultimate Gear achievements', ->
|
||||
user.items.gear.owned.shield_warrior_5 = false
|
||||
user.fns.ultimateGear()
|
||||
expect(user.achievements.ultimateGearSets).to.eql {'healer':true,'wizard':true,'rogue':true,'warrior':true}
|
||||
|
||||
it 'does not get beastMaster if user has less than 90 drop pets', ->
|
||||
user = newUser()
|
||||
|
|
|
|||
Loading…
Reference in a new issue