fix(specs)

This commit is contained in:
Juan Tejada 2016-03-14 11:22:42 -07:00
parent 1e567973c4
commit 938933fc1e

View file

@ -58,5 +58,5 @@ describe 'Category', ->
cat.name = 'sent'
expect(cat.isUserCategory()).toBe false
expect(cat.isStandardCategory()).toBe true
expect(cat.isHiddenCategory()).toBe false
expect(cat.isHiddenCategory()).toBe true
expect(cat.isLockedCategory()).toBe true