summaryrefslogtreecommitdiffstats
path: root/js/tests/services/bl/feedblSpec.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/services/bl/feedblSpec.coffee')
-rw-r--r--js/tests/services/bl/feedblSpec.coffee9
1 files changed, 0 insertions, 9 deletions
diff --git a/js/tests/services/bl/feedblSpec.coffee b/js/tests/services/bl/feedblSpec.coffee
index 798fd2e6f..70d0c6e8b 100644
--- a/js/tests/services/bl/feedblSpec.coffee
+++ b/js/tests/services/bl/feedblSpec.coffee
@@ -190,15 +190,6 @@ describe 'FeedBl', ->
expect(@FeedBl.isShowAll()).toBe(true)
- it 'should reload the active feed if showall changed', =>
- @persistence.userSettingsReadShow = jasmine.createSpy('Show All')
- @persistence.userSettingsReadHide = jasmine.createSpy('Hide All')
-
- @FeedBl.setShowAll(true)
-
- expect(@getItemsSpy).toHaveBeenCalledWith(@FeedType.Folder, 0, 0)
-
-
it 'should return all feeds of a folder', =>
item1 = {id: 2, unreadCount:134, urlHash: 'a1', folderId: 3}
item2 = {id: 4, unreadCount:134, urlHash: 'a2', folderId: 2}