summaryrefslogtreecommitdiffstats
path: root/js/tests/services/bl/starredblSpec.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/services/bl/starredblSpec.coffee')
-rw-r--r--js/tests/services/bl/starredblSpec.coffee6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/tests/services/bl/starredblSpec.coffee b/js/tests/services/bl/starredblSpec.coffee
index 5f4ec7a4f..6115dcf5f 100644
--- a/js/tests/services/bl/starredblSpec.coffee
+++ b/js/tests/services/bl/starredblSpec.coffee
@@ -52,3 +52,9 @@ describe 'StarredBl', ->
expect(@StarredBl.getUnreadCount()).toBe(144)
+ it 'should increase the starred count', =>
+ expect(@StarredBl.increaseCount()).toBe(1)
+
+
+ it 'should decrease the starred count', =>
+ expect(@StarredBl.decreaseCount()).toBe(-1) \ No newline at end of file