summaryrefslogtreecommitdiffstats
path: root/js/tests/services/bl/itemblSpec.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-04 17:21:43 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-04 17:21:43 +0200
commit1ffedced057ad7968629c974574b5f66adf01b48 (patch)
tree3e40d318ac3122f1dee6328094dff6b566b63c2c /js/tests/services/bl/itemblSpec.coffee
parentb723c12e4c3e0039d9785861d4ad204fd899ac52 (diff)
fixes mappers by using the correct status condition
Diffstat (limited to 'js/tests/services/bl/itemblSpec.coffee')
-rw-r--r--js/tests/services/bl/itemblSpec.coffee3
1 files changed, 1 insertions, 2 deletions
diff --git a/js/tests/services/bl/itemblSpec.coffee b/js/tests/services/bl/itemblSpec.coffee
index 36a283de2..e2644989e 100644
--- a/js/tests/services/bl/itemblSpec.coffee
+++ b/js/tests/services/bl/itemblSpec.coffee
@@ -28,8 +28,7 @@ describe 'ItemBl', ->
beforeEach =>
angular.module('News').factory 'Persistence', =>
- @persistence =
- getItems: ->
+ @persistence = {}
beforeEach inject (@ItemModel, @ItemBl, @StatusFlag) =>