/*global define,describe,it,expect,beforeEach,jasmine*/ define( ["../../src/actions/CancelAction"], function (CancelAction) { "use strict"; describe("The Cancel action", function () { }); } );