summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2017-01-03 11:27:48 -0700
committermo khan <mo@mokhan.ca>2017-01-03 11:27:48 -0700
commit29ee0b60b1fe7cd125dff49a989ba449b69e8ae1 (patch)
treebabc9ecf311aaf6d390a4177e9f7b17132bdef88
parenta48e4510133cbf1f6067f0e08f5e303c3b79f004 (diff)
fix broken spec.
-rw-r--r--app/boot/__tests__/wire-up-components-into_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/boot/__tests__/wire-up-components-into_spec.js b/app/boot/__tests__/wire-up-components-into_spec.js
index 4475cc6..975e4fc 100644
--- a/app/boot/__tests__/wire-up-components-into_spec.js
+++ b/app/boot/__tests__/wire-up-components-into_spec.js
@@ -19,7 +19,7 @@ describe("WireUpComponentsInto", () => {
it ("registers each command", function() {
results = registry.resolveAll('subscriber');
- expect(results.length).toEqual(3);
+ expect(results.length).toEqual(5);
});
it ("can build the api", function() {