Remove unused matcher

This commit is contained in:
Maikel Linke
2016-04-13 14:47:11 +10:00
parent 9e4610f9bd
commit ecd32819a6

View File

@@ -8,10 +8,6 @@ describe "InventoryItems service", ->
$provide.value 'inventoryItems', inventoryItems
null
this.addMatchers
toDeepEqual: (expected) ->
return angular.equals(this.actual, expected)
inject ($q, _$httpBackend_, _InventoryItems_, _InventoryItemResource_) ->
InventoryItems = _InventoryItems_
InventoryItemResource = _InventoryItemResource_