summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-14 00:30:01 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-14 00:30:01 +0200
commitb4818a403ac7890dd5436d505f9a4e6135cbe8e4 (patch)
tree24294ec96e6b2c7ecf5fe0738db300c2464e9f28 /js
parent36dc56717ab1a32a73377dad9875ce82ddf59f32 (diff)
also check https for favicons
Diffstat (limited to 'js')
-rw-r--r--js/tests/services/bl/feedblSpec.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/tests/services/bl/feedblSpec.coffee b/js/tests/services/bl/feedblSpec.coffee
index 6e83874b2..0c538e2e3 100644
--- a/js/tests/services/bl/feedblSpec.coffee
+++ b/js/tests/services/bl/feedblSpec.coffee
@@ -189,7 +189,7 @@ describe 'FeedBl', ->
expect(@FeedBl.getAll()).toContain(item2)
- it 'should retunr if ShowAll is set', =>
+ it 'should return if ShowAll is set', =>
@persistence.userSettingsReadShow = jasmine.createSpy('Show All')
expect(@FeedBl.isShowAll()).toBe(false)
@FeedBl.setShowAll(true)
@@ -260,7 +260,7 @@ describe 'FeedBl', ->
expect(feed.urlHash).toBe(hash)
expect(feed.folderId).toBe(0)
expect(feed.unreadCount).toBe(0)
-
+ expect(@imagePath).toHaveBeenCalledWith('core', 'loading.gif')
it 'should transform urls correctly', =>
urls = [