[Edit Mode] #635 Removed Edit-related concerns from ContextMenuGesture

This commit is contained in:
Henry
2016-03-22 20:17:23 -07:00
parent c591ade479
commit 7f108c3b24
10 changed files with 225 additions and 100 deletions

View File

@@ -19,8 +19,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
/*global define,Promise,describe,xdescribe,it,expect,beforeEach,waitsFor,
jasmine*/
/*global define,Promise,describe,it,expect,beforeEach,waitsFor,jasmine*/
/**
* ActionCapabilitySpec. Created by vwoeltje on 11/6/14.
@@ -29,8 +28,8 @@ define(
["../../src/actions/ActionCapability"],
function (ActionCapability) {
"use strict";
//TODO: Disabled for NEM beta
xdescribe("The action capability", function () {
describe("The action capability", function () {
var mockQ,
mockAction,
mockActionService,