mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-01 02:03:22 +00:00
specs - add text angular dep and long descrioption provider
This commit is contained in:
@@ -4,9 +4,13 @@ describe "enterpriseCtrl", ->
|
||||
Enterprise = null
|
||||
PaymentMethods = null
|
||||
ShippingMethods = null
|
||||
longDescriptionMock = ["long description text"]
|
||||
|
||||
beforeEach ->
|
||||
module('admin.enterprises')
|
||||
module ($provide)->
|
||||
$provide.value "longDescription", longDescriptionMock
|
||||
null
|
||||
Enterprise =
|
||||
enterprise:
|
||||
payment_method_ids: [ 1, 3 ]
|
||||
|
||||
Reference in New Issue
Block a user