Admin can grant permission for an enterprise to edit the profile of another

This commit is contained in:
Rohan Mitchell
2015-01-14 10:02:23 +11:00
parent 2170c7ede1
commit a93a824b83
3 changed files with 6 additions and 2 deletions

View File

@@ -14,3 +14,4 @@ describe "enterprise relationships", ->
it "presents permission names", ->
expect(EnterpriseRelationships.permission_presentation("add_to_order_cycle")).toEqual "to add to order cycle"
expect(EnterpriseRelationships.permission_presentation("manage_products")).toEqual "to manage products"
expect(EnterpriseRelationships.permission_presentation("edit_profile")).toEqual "to edit profile"