Merge branch 'master' into open671

This commit is contained in:
Pete Richards
2016-05-09 10:19:24 -07:00
70 changed files with 2241 additions and 1786 deletions

View File

@@ -26,8 +26,8 @@
define(
["../../src/actions/ActionCapability"],
function (ActionCapability) {
//TODO: Disabled for NEM beta
xdescribe("The action capability", function () {
describe("The action capability", function () {
var mockQ,
mockAction,
mockActionService,
@@ -95,4 +95,4 @@ define(
});
}
);
);