[Representation] Spec for DragGesture

Add spec for the drag gesture, as attached to a
representation of a domain object. WTD-521.
This commit is contained in:
Victor Woeltjen
2014-11-22 10:26:44 -08:00
parent f5ce0e844f
commit 929e501408
3 changed files with 70 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ define(
var JQLITE_FUNCTIONS = [ "on", "off", "find", "append", "remove" ],
DOMAIN_OBJECT_METHODS = [ "getId", "getModel", "getCapability", "hasCapability", "useCapability" ];
// ContextMenuGesture($compile, $document, $window, $rootScope, element, domainObject)
describe("The 'context menu' gesture", function () {
var mockCompile,