Commit 29ee0b6

mo khan <mo@mokhan.ca>
2017-01-03 18:27:48
fix broken spec.
1 parent a48e451
Changed files (1)
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() {