[Edit Mode] #635 Removed Edit-related concerns from ContextMenuGesture
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user