fixing tests
authorLinda Nichols <lynnaloo@gmail.com>
Wed, 27 Aug 2014 07:30:10 +0000 (07:30 +0000)
committerLinda Nichols <lynnaloo@gmail.com>
Wed, 27 Aug 2014 07:30:10 +0000 (07:30 +0000)
test/specs/shift.js

index ab2b3f8..a99ccd8 100644 (file)
@@ -29,17 +29,17 @@ setTimeout:true, before:true, clearTimeout:true, exports:true, it:true, describe
     /**
     @member -
     @memberof Shift
-    @description Used in the CRM and Time & Expense modules
+    @description Used in the Time & Expense modules
     */
-    extensions: ["crm", "time_expense"],
+    extensions: ["time_expense"],
     /**
       @member -
       @memberof Shift
       @description Shifts can be read by all users and can be created, updated,
-        or deleted by users with the "MaintainEmployees" privilege.
+        or deleted by users with the "MaintainShifts" privilege.
     */
     privileges: {
-      createUpdateDelete: "MaintainShifts",
+      createUpdateDelete: true,
       read: true
     },
     createHash: {