Change 'add products to OC' permission into the more general 'add enterprise to OC'

This commit is contained in:
Rohan Mitchell
2014-08-26 14:46:23 +10:00
parent 099a5b0b7b
commit 5ef13d3c5a
8 changed files with 36 additions and 41 deletions

View File

@@ -12,5 +12,5 @@ describe "enterprise relationships", ->
EnterpriseRelationships = _EnterpriseRelationships_
it "presents permission names", ->
expect(EnterpriseRelationships.permission_presentation("add_products_to_order_cycle")).toEqual "can add products to order cycle from"
expect(EnterpriseRelationships.permission_presentation("add_to_order_cycle")).toEqual "can add to order cycle"
expect(EnterpriseRelationships.permission_presentation("manage_products")).toEqual "can manage the products of"